mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed icon shrink in toast
This commit is contained in:
parent
2040e2e09b
commit
c4cd4d870c
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue