Skip to content

Commit

Permalink
fix(ActionableNotification): fix padding issue with button (#13971)
Browse files Browse the repository at this point in the history
Co-authored-by: Guilherme Datilio Ribeiro <guilhermedatilio@gmail.com>
  • Loading branch information
tw15egan and guidari committed Jun 13, 2023
1 parent ec85fb2 commit dab66af
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 dab66af

Please sign in to comment.