[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;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 1rem;
|
font-size: 1em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
Reference in a new issue