Make dropdown text smaller than page text by default (#2216)
This commit is contained in:
parent
6c6a10c142
commit
88362ba1f7
@ -49,7 +49,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
justify-content: start;
|
||||
width: 100%;
|
||||
|
||||
font-size: var(--dropdown-font-size, var(--font-size));
|
||||
font-size: var(--dropdown-font-size, small);
|
||||
|
||||
background: none;
|
||||
box-shadow: none !important;
|
||||
|
Loading…
Reference in New Issue
Block a user