]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2241 from modos189/v2-issue-1991
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Fri, 26 Aug 2016 05:26:42 +0000 (07:26 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Aug 2016 05:26:42 +0000 (07:26 +0200)
Fix issue #1991: correction of the height field to add articles

src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css

index 541096be938aed976cf5e30a40446a16b672f08a..9d9ebe121313680dc6cb32b4f2a72909f27282f1 100755 (executable)
@@ -207,6 +207,10 @@ nav input {
     display: none;
 }
 
+.input-field.nav-panel-add, .input-field.nav-panel-add form {
+    height: 100%;
+}
+
 /* ==========================================================================
    2 = Side-nav
    ========================================================================== */