fix: navbar layout

This commit is contained in:
Federico Zivolo 2017-09-10 18:00:05 +02:00
parent 4025fc5502
commit 8e75295c22

View File

@ -9,22 +9,6 @@
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 {
flex: 1;
}