Skip to content

Commit 88362ba

Browse files
authored
Make dropdown text smaller than page text by default (#2216)
1 parent 6c6a10c commit 88362ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts/components/DropdownItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
4949
justify-content: start;
5050
width: 100%;
5151
52-
font-size: var(--dropdown-font-size, var(--font-size));
52+
font-size: var(--dropdown-font-size, small);
5353
5454
background: none;
5555
box-shadow: none !important;

0 commit comments

Comments
 (0)