Make popup group title padding more targeted

This commit is contained in:
Andy Smith
2025-08-05 16:44:20 -05:00
parent 9362b711d8
commit 3b97e905c6
+1 -1
View File
@@ -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);
}