Make dropdown text smaller than page text by default (#2216)

This commit is contained in:
Matthias Metelka 2022-11-27 01:47:31 +01:00 committed by GitHub
parent 6c6a10c142
commit 88362ba1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;