mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-03 05:14:16 +03:00
fix: navbar layout
This commit is contained in:
parent
4025fc5502
commit
8e75295c22
|
@ -9,22 +9,6 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
// #853 start - https://github.com/twbs/bootstrap/pull/18976/files
|
|
||||||
@if $enable-flex {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row nowrap;
|
|
||||||
flex-shrink: 0;
|
|
||||||
align-items: center;
|
|
||||||
align-self: stretch;
|
|
||||||
|
|
||||||
> * {
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
} @else {
|
|
||||||
@include clearfix;
|
|
||||||
}
|
|
||||||
// #853 end - https://github.com/twbs/bootstrap/pull/18976/files
|
|
||||||
|
|
||||||
> .container {
|
> .container {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user