mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 08:04:59 +02:00
Nest the .toast.show
and use display: block;
as inherit causes broken styles
This commit is contained in:
@@ -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