mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +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;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-message-icon {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.p-message-close {
|
.p-message-close {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-message-close.p-link {
|
.p-message-close.p-link {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue