1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 16:14:04 +02:00

Nest the .toast.show and use display: block; as inherit causes broken styles

This commit is contained in:
Mark Otto
2018-09-18 22:00:22 -07:00
committed by XhmikosR
parent dc07e8dca8
commit ab40a2b919

View File

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