Merge pull request #4239 from qburst/4234--fix-toast-icon-shrink

fix: fixes icon shrink in toast
pull/4258/head
Tuğçe Küçükoğlu 2023-08-10 10:47:24 +03:00 committed by GitHub
commit 0b47a98740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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