(Navbar) Fixed: Navbar doesn't grow if it has a small content

This commit is contained in:
Sercan Yemen 2018-07-12 11:04:54 +03:00
parent f395046945
commit 528c3f95e7

View File

@ -1,5 +1,6 @@
navbar { navbar {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1 1 auto;
width: 100%; width: 100%;
} }