]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1395 from wallabag/v2-fix-1378
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Mon, 24 Aug 2015 10:16:08 +0000 (12:16 +0200)
committerJeremy Benoist <j0k3r@users.noreply.github.com>
Mon, 24 Aug 2015 10:16:08 +0000 (12:16 +0200)
fix #1378: nice display for tags list

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

index 286fa6414600cf117755569134d7be09b6eb24e0..6c139b7289da8393fbe18a82dd44e4d12f892bba 100755 (executable)
@@ -391,6 +391,7 @@ main ul.row {
    7 = Others
    ========================================================================== */
 
-div.input-field div, div.input-field ul {
+/* force height on non-input field in the settings page */
+div.settings div.input-field div, div.settings div.input-field ul {
     margin-top: 40px;
 }