Skip to content

Commit

Permalink
Autocomplete element size
Browse files Browse the repository at this point in the history
Suggestion element will render font size based on body size, so these elements getting to small. 
This change will make suggestion element to be consistent size of other elements.
  • Loading branch information
llyys committed Apr 27, 2016
1 parent 9d4a03b commit 12e572f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/autocomplete/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

.suggestion {
padding: $autocomplete-suggestion-padding;
font-size: $input-field-font-size;
cursor: pointer;
&.active {
background-color: $autocomplete-suggestion-active-background;
Expand Down

0 comments on commit 12e572f

Please sign in to comment.