Fixed icon shrink in toast

pull/4239/head^2
navedqb 2023-08-04 15:03:13 +05:30
parent 2040e2e09b
commit c4cd4d870c
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;