mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-14 09:30:59 +00:00
fix navbar alignment for never expand situations
This commit is contained in:
parent
987ac632b5
commit
73040d4311
1 changed files with 3 additions and 0 deletions
|
|
@ -98,6 +98,9 @@
|
|||
// on the `.navbar` parent.
|
||||
.navbar-collapse {
|
||||
flex-basis: 100%;
|
||||
// For always expanded or extra full navbars, ensure content aligns itself
|
||||
// properly vertically. Can be easily overridden with flex utilities.
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
// Button for toggling the navbar when in its collapsed state
|
||||
|
|
|
|||
Loading…
Reference in a new issue