mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
move flex to navbar container only; otherwise it affects things negatively elsewhere
This commit is contained in:
+1
-1
@@ -9,13 +9,13 @@
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
display: flex;
|
||||
// flex: 0 0 auto;
|
||||
flex-wrap: nowrap;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
// For nesting containers, have to redeclare for alignment purposes
|
||||
> .container {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user