Skip to content

Commit

Permalink
Merge pull request #3861 from pKallert/fix-icons-flashmessage
Browse files Browse the repository at this point in the history
FIX: Sizing of icons in alerts
  • Loading branch information
mhsdesign committed Sep 27, 2024
2 parents c4a3b3b + 33c3400 commit 1835451
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
margin: 0;
vertical-align: text-top;
border-right: 1px solid rgba(255, 255, 255, .3);
box-sizing: border-box !important;
}

.flashMessage__heading {
Expand Down

0 comments on commit 1835451

Please sign in to comment.