Fixes icon shrink. (#4066)

pull/4295/head
navedqb 2023-08-18 07:05:43 +05:30 committed by GitHub
parent 2c1e30bb82
commit d402b12e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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 {