Skip to content

Commit

Permalink
Make dropdown text smaller than page text by default (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinerpirat authored Nov 27, 2022
1 parent 6c6a10c commit 88362ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/components/DropdownItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 88362ba

Please sign in to comment.