Skip to content

Commit

Permalink
Fixed #4309 - Toast message content overflows the toast border
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Aug 22, 2023
1 parent 735e4c9 commit 4462142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/lib/toast/BaseToast.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { useStyle } from 'primevue/usestyle';
const styles = `
.p-toast {
width: 25rem;
white-space: pre-line;
word-break: break-word;
}
.p-toast-message-icon {
Expand Down

0 comments on commit 4462142

Please sign in to comment.