Skip to content

Commit 12e572f

Browse files
committed
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.
1 parent 9d4a03b commit 12e572f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/autocomplete/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656

5757
.suggestion {
5858
padding: $autocomplete-suggestion-padding;
59+
font-size: $input-field-font-size;
5960
cursor: pointer;
6061
&.active {
6162
background-color: $autocomplete-suggestion-active-background;

0 commit comments

Comments
 (0)