aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
index a976da10..1d50faf7 100755
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
@@ -367,6 +367,7 @@ main ul.row {
367 7 = Others 367 7 = Others
368 ========================================================================== */ 368 ========================================================================== */
369 369
370div.input-field div, div.input-field ul { 370/* force height on non-input field in the settings page */
371div.settings div.input-field div, div.settings div.input-field ul {
371 margin-top: 40px; 372 margin-top: 40px;
372} 373}