Skip to content

Commit

Permalink
Merge pull request #14138 from qburst/14125--fix-close-icon-shrink-on…
Browse files Browse the repository at this point in the history
…-long-text

fix: fix close icon shrinks on long text
  • Loading branch information
cetincakiroglu authored Nov 16, 2023
2 parents 08226ef + 57b7e12 commit 508dadd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/messages/messages.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
display: flex;
align-items: center;
justify-content: center;
flex: none;
}

.p-message-close.p-link {
Expand Down
1 change: 1 addition & 0 deletions src/app/components/toast/toast.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
justify-content: center;
overflow: hidden;
position: relative;
flex: none;
}

.p-toast-icon-close.p-link {
Expand Down

0 comments on commit 508dadd

Please sign in to comment.