From ed3a0b8ab9a9ee645331e0ebabb4b5619cab15c2 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 13 May 2025 10:52:42 -0400 Subject: [PATCH] [mv3] Remove hard-coded line height --- platform/mv3/extension/css/popup.css | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/mv3/extension/css/popup.css b/platform/mv3/extension/css/popup.css index 0e2533dc8..4fb540577 100644 --- a/platform/mv3/extension/css/popup.css +++ b/platform/mv3/extension/css/popup.css @@ -18,7 +18,6 @@ --popup-gap-thin: calc(0.5 * var(--popup-gap)); --popup-gap-extra-thin: calc(0.25 * var(--popup-gap)); font-size: var(--font-size); - line-height: 20px; min-width: var(--popup-min-width); } :root body.loading {