mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Fix margin above toast when previous toast is hidden (#27820)
This commit is contained in:
parent
0a55c7a8f6
commit
dbadf24bb3
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue