Skip to content

Commit

Permalink
fix text-align has not effect on content #657
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Sep 24, 2021
1 parent 2f9d9c7 commit 00cacbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/_toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
padding: 6px;
display: flex;
align-items: center;
& > div:last-child {
flex: 1;
}
}
&-icon {
margin-inline-end: 10px;
Expand Down

0 comments on commit 00cacbd

Please sign in to comment.