diff options
author | Alexandr Danilov <bitbucket@modos189.ru> | 2016-08-26 01:13:35 +0300 |
---|---|---|
committer | Alexandr Danilov <bitbucket@modos189.ru> | 2016-08-26 01:13:35 +0300 |
commit | ceebf13fe8803bd7ac7b64797ce75da82cebc261 (patch) | |
tree | 6ccf2d658b0e181b358a8f5a0cbfed9d114cf16d /src | |
parent | bf0d9ef534d7deb2a8de5e74fd436c49bdd53a61 (diff) | |
download | wallabag-ceebf13fe8803bd7ac7b64797ce75da82cebc261.tar.gz wallabag-ceebf13fe8803bd7ac7b64797ce75da82cebc261.tar.zst wallabag-ceebf13fe8803bd7ac7b64797ce75da82cebc261.zip |
Fix issue #1991: correction of the height field to add articles
Diffstat (limited to 'src')
-rwxr-xr-x | src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css index 541096be..9d9ebe12 100755 --- a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css | |||
@@ -207,6 +207,10 @@ nav input { | |||
207 | display: none; | 207 | display: none; |
208 | } | 208 | } |
209 | 209 | ||
210 | .input-field.nav-panel-add, .input-field.nav-panel-add form { | ||
211 | height: 100%; | ||
212 | } | ||
213 | |||
210 | /* ========================================================================== | 214 | /* ========================================================================== |
211 | 2 = Side-nav | 215 | 2 = Side-nav |
212 | ========================================================================== */ | 216 | ========================================================================== */ |