Skip to content

Commit

Permalink
fix: flasher icon width and height when text message too long
Browse files Browse the repository at this point in the history
  • Loading branch information
KHOUBZA Younes committed Dec 25, 2022
1 parent d71c14d commit fba75e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/flasher/src/flasher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ $types: (success: #059669FF, info: #2563EBFF, warning: #D97706FF, error: #DC2626
.fl-icon {
position: relative;
width: 1em;
min-width: 1em;
height: 1em;
min-height: 1em;
margin: 0;
border-radius: 50%;
transition: all 1s;
Expand Down

0 comments on commit fba75e4

Please sign in to comment.