Skip to content

Commit

Permalink
Fix dropdown labels being cut off bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Feb 18, 2019
1 parent 5491782 commit 8317abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/components/_selectize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

/* Fix a bug, where the input would be reduced to 4px when empty */
.selectize-input.not-full:not(.items) > input {
.selectize-input.not-full:not(.has-items) > input {
width: 100% !important;
}

Expand Down

0 comments on commit 8317abb

Please sign in to comment.