mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixes icon shrink. (#4066)
This commit is contained in:
parent
2c1e30bb82
commit
d402b12e9c
1 changed files with 5 additions and 0 deletions
|
@ -8,10 +8,15 @@ const styles = `
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.p-message-icon {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.p-message-close {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.p-message-close.p-link {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue