Fixed #4309 - Toast message content overflows the toast border
parent
735e4c90ba
commit
446214254e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue