Skip to content

Commit cd6fc39

Browse files
fix(notification): actionable non-inline layout close button layout bug (#9773)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent ec433dc commit cd6fc39

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/styles/scss/components/notification/_actionable-notification.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,10 @@
190190
display: flex;
191191
flex-grow: 1;
192192
margin: 0 $spacing-09 0 $spacing-05;
193+
}
193194

195+
.#{$prefix}--actionable-notification:not(.#{$prefix}--actionable-notification--toast)
196+
.#{$prefix}--actionable-notification__details {
194197
@include breakpoint(md) {
195198
margin: 0 $spacing-05;
196199
}

0 commit comments

Comments
 (0)