Merge pull request #6 from navedqb/4234--fix-toast-icon-shrink
fix: fixes icon shrink in toastpull/4239/head
commit
69a2600eb8
|
@ -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