mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Nest the .toast.show and use display: block; as inherit causes broken styles
This commit is contained in:
+3
-3
@@ -13,10 +13,10 @@
|
||||
+ .toast {
|
||||
margin-top: $toast-padding-x;
|
||||
}
|
||||
}
|
||||
|
||||
.toast.show {
|
||||
display: inherit;
|
||||
&.show {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.toast-header {
|
||||
|
||||
Reference in New Issue
Block a user