Merge pull request #6 from navedqb/4234--fix-toast-icon-shrink

fix: fixes icon shrink in toast
pull/4239/head
navedqb 2023-08-04 15:09:56 +05:30 committed by GitHub
commit 69a2600eb8
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;