Skip to content

Commit

Permalink
fix(alerts): ensure content don't overlap icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Nov 20, 2020
1 parent 6e76d4f commit 2ecade3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@

//// Icons
.alert-icon {
flex-shrink: 0;
width: $alert-icon-size;
margin: -#{$alert-icon-margin-y / 2} 0;

Expand Down

0 comments on commit 2ecade3

Please sign in to comment.