Skip to content

Commit

Permalink
fixed yauto value
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 16, 2017
1 parent df1f621 commit 4eb11c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/selects/mixins/generators.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
value: this.menuActive,
nudgeBottom: 2,
nudgeTop: -16,
nudgeYAuto: 2,
nudgeYAuto: -20,
nudgeXAuto: this.multiple ? -40 : -16,
nudgeWidth: 25,
maxHeight: this.maxHeight,
Expand Down

0 comments on commit 4eb11c6

Please sign in to comment.