aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-02 10:53:22 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-02 10:53:22 +0200
commitb1e0a586e8222ca1fc59bcff0a57e2a3f8c11534 (patch)
tree90255b22ceceec92ecebff73b1ef94fbde8330bb /src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
parent336262e6ee9c57437793a06fb416206ac73a1702 (diff)
downloadwallabag-b1e0a586e8222ca1fc59bcff0a57e2a3f8c11534.tar.gz
wallabag-b1e0a586e8222ca1fc59bcff0a57e2a3f8c11534.tar.zst
wallabag-b1e0a586e8222ca1fc59bcff0a57e2a3f8c11534.zip
Fixed different font-size for labels in config screen
Fix #1788
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
index 11b02294..bf390e89 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
@@ -196,6 +196,7 @@
196 </div> 196 </div>
197 197
198 <div id="set5" class="col s12"> 198 <div id="set5" class="col s12">
199 {% if app.user.config.taggingRules is not empty %}
199 <div class="row"> 200 <div class="row">
200 <div class="input-field col s12"> 201 <div class="input-field col s12">
201 <ul> 202 <ul>
@@ -213,6 +214,7 @@
213 </ul> 214 </ul>
214 </div> 215 </div>
215 </div> 216 </div>
217 {% endif %}
216 218
217 {{ form_start(form.new_tagging_rule) }} 219 {{ form_start(form.new_tagging_rule) }}
218 {{ form_errors(form.new_tagging_rule) }} 220 {{ form_errors(form.new_tagging_rule) }}