Skip to content

Commit

Permalink
fix: toast summary overflow bug (#4024)
Browse files Browse the repository at this point in the history
Closes #4023
  • Loading branch information
EmirBoyaci authored Feb 21, 2023
1 parent 16b862d commit 7345375
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 @@ -13,6 +13,10 @@
flex: 1 1 auto;
}

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

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

0 comments on commit 7345375

Please sign in to comment.