Skip to content

Commit

Permalink
MWPW-147173 - Add gap below Aside notification headings (#2255)
Browse files Browse the repository at this point in the history
* add rule for action area immediately following a heading

* add quotes to selector to bring it into alignment with other styles
  • Loading branch information
elan-tbx authored May 8, 2024
1 parent 73af8b8 commit 95ab427
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/blocks/aside/aside.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@
flex-shrink: 0;
}

.aside.notification .text [class^="heading-"] + .action-area {
margin-top: var(--spacing-xs);
}

.aside.notification .foreground.container img {
display: block;
}
Expand Down

0 comments on commit 95ab427

Please sign in to comment.