From 923f22e62a40c75201dfba90ca89a166ecd69867 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:06:52 -0500 Subject: [PATCH] Fleet UI: Set dropdown font size to 14px (#36531) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Chatted w/ @mike-j-thomas and we want 14px font size in the dropdown: Screenshot 2025-12-01 at 5 50 13 PM Addresses the following issue: - https://github.com/fleetdm/fleet/issues/34983 --- frontend/components/buttons/DropdownButton/_styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/buttons/DropdownButton/_styles.scss b/frontend/components/buttons/DropdownButton/_styles.scss index 62e2a99f1d..3c9ade3d81 100644 --- a/frontend/components/buttons/DropdownButton/_styles.scss +++ b/frontend/components/buttons/DropdownButton/_styles.scss @@ -41,7 +41,7 @@ padding: 0 10px; white-space: nowrap; width: 100%; - font-size: 15px; + font-size: 14px; height: 32px; letter-spacing: -0.5px;