mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
forgot to add display flex to the navbar, so utils weren't applying
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
.navbar {
|
||||
position: relative;
|
||||
display: flex;
|
||||
padding: $navbar-padding-y $navbar-padding-x;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user