Skip to content

Commit

Permalink
fix(notification): actionable non-inline layout close button layout b…
Browse files Browse the repository at this point in the history
…ug (#9773)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Oct 4, 2021
1 parent ec433dc commit cd6fc39
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,10 @@
display: flex;
flex-grow: 1;
margin: 0 $spacing-09 0 $spacing-05;
}

.#{$prefix}--actionable-notification:not(.#{$prefix}--actionable-notification--toast)
.#{$prefix}--actionable-notification__details {
@include breakpoint(md) {
margin: 0 $spacing-05;
}
Expand Down

0 comments on commit cd6fc39

Please sign in to comment.