Skip to content

Commit

Permalink
Remove chin on new style alerts (#48518)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiskr authored Jan 2, 2024
1 parent f2bf2be commit 8797462
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/content-render/stylesheets/alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ $colors: "default", "muted", "subtle", "accent", "success", "attention",
var(--borderColor-default, var(--color-border-default));
margin-bottom: 1rem;

> :last-child {
p:last-child,
ul:last-child,
ol:last-child {
margin-bottom: 0;
}

Expand Down

0 comments on commit 8797462

Please sign in to comment.