[autocomplete] use the same font size as the surrounding text, see #999
This commit is contained in:
parent
73eb3c96d4
commit
ae327f5a2a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 1rem;
|
||||
font-size: 1em;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
|
|
Reference in a new issue