mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-23 13:44:43 +00:00
Nest the .toast.show and use display: block; as inherit causes broken styles
This commit is contained in:
parent
dc07e8dca8
commit
ab40a2b919
1 changed files with 3 additions and 3 deletions
|
|
@ -13,10 +13,10 @@
|
|||
+ .toast {
|
||||
margin-top: $toast-padding-x;
|
||||
}
|
||||
}
|
||||
|
||||
.toast.show {
|
||||
display: inherit;
|
||||
&.show {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.toast-header {
|
||||
|
|
|
|||
Loading…
Reference in a new issue