aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-02 10:27:41 +0200
committerGitHub <noreply@github.com>2016-09-02 10:27:41 +0200
commit336262e6ee9c57437793a06fb416206ac73a1702 (patch)
treeca9f9312d0b52828a2d12a95fe7f5dd2fc138b7a /app
parent33adf8dc915f4911fd454e98194c1b2323514d4a (diff)
parenta8d5aa1c44c3349a9271e5f0bc3cb5154d6505d9 (diff)
downloadwallabag-336262e6ee9c57437793a06fb416206ac73a1702.tar.gz
wallabag-336262e6ee9c57437793a06fb416206ac73a1702.tar.zst
wallabag-336262e6ee9c57437793a06fb416206ac73a1702.zip
Merge pull request #2252 from wallabag/fix-last-merge
Fixed last merge who caused CSS/JS bugs
Diffstat (limited to 'app')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index d3cd1244..dbae5faf 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -257,7 +257,7 @@ nav input {
257 display: none; 257 display: none;
258} 258}
259 259
260input-field.nav-panel-add, .input-field.nav-panel-add form { 260.input-field.nav-panel-add, .input-field.nav-panel-add form {
261 height: 100%; 261 height: 100%;
262} 262}
263 263