Skip to content

Commit

Permalink
fix(notification-toast): text overflowing close button (#1771)
Browse files Browse the repository at this point in the history
* fix: fix text overlapping issue in notification toast

* fix(notification-toast): remove calc function used in css file text
  • Loading branch information
ayeshaa-m authored May 5, 2023
1 parent f6d51fd commit 3bfb6b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

::slotted([slot='header']) {
margin: 0;
padding: 3px 0 0 10px;
padding: 3px var(--width-icon-container) 0 10px;
font-weight: bold;
font-size: 16px;
}
Expand Down

0 comments on commit 3bfb6b9

Please sign in to comment.