Fixed #4309 - Toast message content overflows the toast border
parent
735e4c90ba
commit
446214254e
|
@ -5,6 +5,8 @@ import { useStyle } from 'primevue/usestyle';
|
||||||
const styles = `
|
const styles = `
|
||||||
.p-toast {
|
.p-toast {
|
||||||
width: 25rem;
|
width: 25rem;
|
||||||
|
white-space: pre-line;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-toast-message-icon {
|
.p-toast-message-icon {
|
||||||
|
|
Loading…
Reference in New Issue