Skip to content

Commit

Permalink
Fix margin above toast when previous toast is hidden (#27820)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored Dec 12, 2018
1 parent 0a55c7a commit dbadf24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_toasts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
backdrop-filter: blur(10px);
opacity: 0;

+ .toast {
margin-top: $toast-padding-x;
&:not(:last-child) {
margin-bottom: $toast-padding-x;
}

&.showing {
Expand Down

0 comments on commit dbadf24

Please sign in to comment.