Skip to content

Commit

Permalink
[ACS-8230] Fixed UI for snackbars with long text content and action b…
Browse files Browse the repository at this point in the history
…uttons (#9830)
  • Loading branch information
swapnil-verma-gl authored and VitoAlbano committed Jun 25, 2024
1 parent 2ecae1e commit 37d1adc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@

.adf-snackbar-message-content-action {
margin-left: 24px;
display: flex;
flex-direction: row;

#{$mat-button} {
min-width: 0;
margin: -8px;
height: unset;

&.adf-snackbar-message-content-action-button {
margin-right: 8px;
Expand Down

0 comments on commit 37d1adc

Please sign in to comment.