diff --git a/packages/styles/scss/components/notification/_actionable-notification.scss b/packages/styles/scss/components/notification/_actionable-notification.scss index a1d27d11bdbf..ac4e765d5d15 100644 --- a/packages/styles/scss/components/notification/_actionable-notification.scss +++ b/packages/styles/scss/components/notification/_actionable-notification.scss @@ -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.