Fixed #4309 - Toast message content overflows the toast border

pull/4314/head
Tuğçe Küçükoğlu 2023-08-22 09:51:53 +03:00
parent 735e4c90ba
commit 446214254e
1 changed files with 2 additions and 0 deletions

View File

@ -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 {