Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
riophae committed Apr 12, 2018
1 parent d14cb9f commit 11ef468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
this.inputWidth = Math.max(
MIN_INPUT_WIDTH,
this.$refs.sizer
? this.$refs.sizer.scrollWidth + 5
? this.$refs.sizer.scrollWidth + 8
: /* istanbul ignore next */ 0,
)
},
Expand Down

0 comments on commit 11ef468

Please sign in to comment.