From 3b97e905c62d30ea5e71913f9caffd64f641a361 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 5 Aug 2025 16:44:20 -0500 Subject: [PATCH] Make popup group title padding more targeted --- app/assets/stylesheets/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/popup.css b/app/assets/stylesheets/popup.css index bc908f0fb..bec6758a5 100644 --- a/app/assets/stylesheets/popup.css +++ b/app/assets/stylesheets/popup.css @@ -55,7 +55,7 @@ inline-size: 100%; max-inline-size: 100%; - &:has(*:first-child:not(.popup__item)) { + .popup__list &:has(*:first-child:not(.popup__item)) { padding-inline-start: var(--inline-space-half); }