Skip to content

Commit

Permalink
fix toast when a word is too long
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsga committed Oct 27, 2022
1 parent 75525b1 commit 57a1d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
display: flex;
align-items: center;
& > div:last-child {
word-break: break-word;
flex: 1;
}
}
Expand Down

0 comments on commit 57a1d04

Please sign in to comment.