Skip to content

Commit

Permalink
stop flex-shrink on notification button
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Apr 3, 2024
1 parent 6d77af6 commit c8732fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/stylesheets/web-components/_webui-notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ webui-notification {
}

[data-close] {
font-size: $icon-size-s;
// font-size: $icon-size-s;
flex-shrink: 0;
inset-block-start: calc($icon-size-s * -1);
inset-inline-end: calc($icon-size-s * -1);
position: relative;
Expand Down

0 comments on commit c8732fc

Please sign in to comment.