Skip to content

Commit

Permalink
Fix #2926: Toast wrap long text (#2929)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jul 1, 2022
1 parent b1a3382 commit a8072b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/toast/Toast.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
flex: 1 1 auto;
}

.p-toast-detail {
overflow-wrap: anywhere;
}

.p-toast-top-right {
top: 20px;
right: 20px;
Expand Down

0 comments on commit a8072b6

Please sign in to comment.