Fix icon shrink when text length increases (#4551)

pull/4570/head
navedqb 2023-10-05 19:04:21 +05:30 committed by GitHub
parent 544aa37841
commit c6cd944735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ const css = `
vertical-align: top;
}
.p-inline-message-icon {
flex-shrink: 0;
}
.p-inline-message-icon-only .p-inline-message-text {
visibility: hidden;
width: 0;