From 4e54283b0a57ffe31db147d2d285f450e90b3be3 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Thu, 4 Sep 2025 15:02:12 -0500 Subject: [PATCH] Tweak the header actions width --- app/assets/stylesheets/events.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/events.css b/app/assets/stylesheets/events.css index 8342b10e8..044a3c4c5 100644 --- a/app/assets/stylesheets/events.css +++ b/app/assets/stylesheets/events.css @@ -4,7 +4,7 @@ .header--events { @media (min-width: 640px) { - --header-actions-width: 7rem !important; + --header-actions-width: 7.25rem !important; } }