Skip to content

Commit

Permalink
Fix icon shrink when text length increases (#4551)
Browse files Browse the repository at this point in the history
  • Loading branch information
navedqb authored Oct 5, 2023
1 parent 544aa37 commit c6cd944
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/inlinemessage/style/InlineMessageStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ const css = `
justify-content: center;
vertical-align: top;
}
.p-inline-message-icon {
flex-shrink: 0;
}
.p-inline-message-icon-only .p-inline-message-text {
visibility: hidden;
Expand Down

0 comments on commit c6cd944

Please sign in to comment.