mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-25 14:34:43 +00:00
more component alignment fixes for docs
This commit is contained in:
parent
707e008d4b
commit
974d9cfb65
1 changed files with 5 additions and 0 deletions
|
|
@ -1034,10 +1034,15 @@ body {
|
|||
}
|
||||
|
||||
> .nav + .nav,
|
||||
> .alert + .alert,
|
||||
> .progress + .progress {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
> .dropdown-menu:first-child {
|
||||
position: static;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue