mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
forgot to add display flex to the navbar, so utils weren't applying
This commit is contained in:
parent
6645111e11
commit
c14ba036c6
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
.navbar {
|
||||
position: relative;
|
||||
display: flex;
|
||||
padding: $navbar-padding-y $navbar-padding-x;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue