Skip to content

Commit

Permalink
fix(ActionableNotification): fix padding issue with button (carbon-de…
Browse files Browse the repository at this point in the history
…sign-system#13971)

Co-authored-by: Guilherme Datilio Ribeiro <[email protected]>
  • Loading branch information
2 people authored and francinelucca committed Jun 13, 2023
1 parent 4d5dedb commit 62b60a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@

/* Tertiary action button when not inline (toast) */
.#{$prefix}--actionable-notification__action-button.#{$prefix}--btn--tertiary {
padding: 0 $spacing-05;
padding-right: $spacing-05;
padding-left: $spacing-05;
margin-bottom: $spacing-05;

// Button should be left aligned with text.
Expand Down

0 comments on commit 62b60a5

Please sign in to comment.