aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag')
-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 286fa641..6c139b72 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
@@ -391,6 +391,7 @@ main ul.row {
391 7 = Others 391 7 = Others
392 ========================================================================== */ 392 ========================================================================== */
393 393
394div.input-field div, div.input-field ul { 394/* force height on non-input field in the settings page */
395div.settings div.input-field div, div.settings div.input-field ul {
395 margin-top: 40px; 396 margin-top: 40px;
396} 397}