Skip to content

Commit

Permalink
fix(alerts): increase height when additional content (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo authored Aug 23, 2022
1 parent 8d905bf commit 29e5250
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
margin: 0;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
// End mod
// Specified to prevent conflicts of changing $headings-color
color: inherit;
Expand Down Expand Up @@ -85,6 +86,7 @@

.alert-heading ~ p {
font-weight: $font-weight-normal;
line-height: 1.5;
}

//// Icons
Expand All @@ -94,7 +96,7 @@
margin: -#{$alert-icon-margin-y * .5} 0;

+ * {
margin: $alert-icon-margin-y 0;
margin: $alert-icon-margin-y 0 0;
}

&::before {
Expand Down

0 comments on commit 29e5250

Please sign in to comment.