mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +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 {
|
+ .toast {
|
||||||
margin-top: $toast-padding-x;
|
margin-top: $toast-padding-x;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.toast.show {
|
&.show {
|
||||||
display: inherit;
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.toast-header {
|
.toast-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user