Skip to content

Commit e39dcd7

Browse files
authored
Popover: fix indentation for headerlabel (#1325)
1 parent cb37813 commit e39dcd7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/gtk-4.0/widgets/_popovers.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ popover.background {
7777
> contents {
7878
border-radius: rem(6px);
7979

80-
label.heading,
80+
header,
8181
label.h4 {
8282
margin: 0 rem(12px);
8383
}
@@ -160,6 +160,15 @@ popover.background {
160160
shadow(2);
161161
padding: rem(6px) 0;
162162

163+
label.heading {
164+
margin: 0 rem(12px);
165+
}
166+
167+
// Don't double indent labels in Granite.HeaderLabel
168+
header label.heading {
169+
margin: 0;
170+
}
171+
163172
popover {
164173
box-shadow:
165174
outset-highlight(),

0 commit comments

Comments
 (0)