]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
views/config: fix overlaying drop down menu 3395/head
authorKevin Decherf <kevin@kdecherf.com>
Tue, 31 Oct 2017 22:16:15 +0000 (23:16 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Tue, 31 Oct 2017 22:16:15 +0000 (23:16 +0100)
Fixes #3393

src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig

index a81433155d55decda8ac4b9e8d4413951629de9b..f896fe2d5304d25079e373499eaf706e38f5f61b 100644 (file)
@@ -68,9 +68,9 @@
 
                             <div class="row">
                                 <div class="input-field col s12">
-                                    {{ form_label(form.config.action_mark_as_read) }}
                                     {{ form_errors(form.config.action_mark_as_read) }}
                                     {{ form_widget(form.config.action_mark_as_read) }}
+                                    {{ form_label(form.config.action_mark_as_read) }}
                                 </div>
                             </div>