0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Fix margin above toast when previous toast is hidden (#27820)

This commit is contained in:
Martijn Cuppens 2018-12-12 14:23:10 +01:00 committed by GitHub
parent 0a55c7a8f6
commit dbadf24bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {