mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
forgot to add display flex to the navbar, so utils weren't applying
This commit is contained in:
parent
6645111e11
commit
c14ba036c6
@ -5,6 +5,7 @@
|
||||
|
||||
.navbar {
|
||||
position: relative;
|
||||
display: flex;
|
||||
padding: $navbar-padding-y $navbar-padding-x;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user