]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/main.css
Fix nav-panel-search height
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / main.css
index f43e6042a02d9a446e7339d703de7b247c0d41ab..ee4ad4e0f1124dc3ac55cbf684bbb1571dda195d 100755 (executable)
@@ -291,6 +291,7 @@ nav {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
+  min-height: 64px;
 }
 
 .nav-wrapper .button-collapse {
@@ -369,7 +370,8 @@ nav {
 .input-field.nav-panel-add form,
 .input-field.nav-panel-search,
 .input-field.nav-panel-search form {
-  flex-grow: 1;
+  display: flex;
+  flex: 1;
 }
 
 /* ==========================================================================