Merge pull request #4239 from qburst/4234--fix-toast-icon-shrink
fix: fixes icon shrink in toastpull/4258/head
commit
0b47a98740
|
@ -7,6 +7,10 @@ const styles = `
|
|||
width: 25rem;
|
||||
}
|
||||
|
||||
.p-toast-message-icon {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.p-toast-message-content {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
|
Loading…
Reference in New Issue