Skip to content

Commit

Permalink
Merge pull request #7 from navedqb/14125--fix-closeButton-shrink-on-l…
Browse files Browse the repository at this point in the history
…ong-text

fix: fix close button shrink on long text
  • Loading branch information
navedqb authored Nov 16, 2023
2 parents cc4e3f0 + 71c47a1 commit 57b7e12
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 57b7e12

Please sign in to comment.