1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

Fixed different font-size for labels in config screen

Fix #1788
This commit is contained in:
Nicolas Lœuillet 2016-09-02 10:53:22 +02:00
parent 336262e6ee
commit b1e0a586e8
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A
2 changed files with 6 additions and 0 deletions

View file

@ -196,6 +196,7 @@
</div>
<div id="set5" class="col s12">
{% if app.user.config.taggingRules is not empty %}
<div class="row">
<div class="input-field col s12">
<ul>
@ -213,6 +214,7 @@
</ul>
</div>
</div>
{% endif %}
{{ form_start(form.new_tagging_rule) }}
{{ form_errors(form.new_tagging_rule) }}