Autocomplete element size

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.
old
Lauri Lüüs 2016-04-28 02:09:27 +03:00
parent 9d4a03bb2a
commit 12e572f7fe
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
.suggestion {
padding: $autocomplete-suggestion-padding;
font-size: $input-field-font-size;
cursor: pointer;
&.active {
background-color: $autocomplete-suggestion-active-background;