Skip to content

Commit

Permalink
Fix top-heading action icon spacing (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOliver authored Jan 28, 2025
1 parent bec5af9 commit 54e4494
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/css/content/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@
@container content (width > 600px) {
.content-inner .heading-with-actions.top-heading {
flex-wrap: nowrap;
gap: 32px;
align-items: flex-start;

& h1 {
padding-right: 32px; /* ensures space between heading text and icon(s) */
}

& .icon-action {
padding-top: 1.7rem; /* vertically align with x-height of first line of heading */
}
Expand Down

0 comments on commit 54e4494

Please sign in to comment.