Skip to content

Commit 54e4494

Browse files
authored
Fix top-heading action icon spacing (#2082)
1 parent bec5af9 commit 54e4494

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

assets/css/content/general.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@
3838
@container content (width > 600px) {
3939
.content-inner .heading-with-actions.top-heading {
4040
flex-wrap: nowrap;
41-
gap: 32px;
4241
align-items: flex-start;
4342

43+
& h1 {
44+
padding-right: 32px; /* ensures space between heading text and icon(s) */
45+
}
46+
4447
& .icon-action {
4548
padding-top: 1.7rem; /* vertically align with x-height of first line of heading */
4649
}

0 commit comments

Comments
 (0)