mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fleet UI: Set dropdown font size to 14px (#36531)
Chatted w/ @mike-j-thomas and we want 14px font size in the dropdown: <img width="163" height="332" alt="Screenshot 2025-12-01 at 5 50 13 PM" src="https://github.com/user-attachments/assets/d6cd3c95-3fc9-47c2-ba0d-64d74eb9fcef" /> Addresses the following issue: - https://github.com/fleetdm/fleet/issues/34983
This commit is contained in:
parent
3577472dfe
commit
923f22e62a
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
padding: 0 10px;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
font-size: 15px;
|
||||
font-size: 14px;
|
||||
height: 32px;
|
||||
letter-spacing: -0.5px;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue