aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/CraueConfigBundle/views
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-15 19:26:38 +0200
committerThomas Citharel <tcit@tcit.fr>2016-10-15 19:26:38 +0200
commitd9a30ef30141e86b3cf609aa0b559ccdbf6caf94 (patch)
treea341642355481cfe8b43959f4c5c372bd0657751 /app/Resources/CraueConfigBundle/views
parent05c009bb853e12d263213298072325f63e3a1deb (diff)
downloadwallabag-d9a30ef30141e86b3cf609aa0b559ccdbf6caf94.tar.gz
wallabag-d9a30ef30141e86b3cf609aa0b559ccdbf6caf94.tar.zst
wallabag-d9a30ef30141e86b3cf609aa0b559ccdbf6caf94.zip
Fix tabs on material
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'app/Resources/CraueConfigBundle/views')
-rw-r--r--app/Resources/CraueConfigBundle/views/Settings/modify.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig b/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig
index f44db420..179986cf 100644
--- a/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig
+++ b/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig
@@ -13,7 +13,7 @@
13 <div class="div_tabs col s12"> 13 <div class="div_tabs col s12">
14 <ul class="tabs"> 14 <ul class="tabs">
15 {% for section in sections | craue_sortSections %} 15 {% for section in sections | craue_sortSections %}
16 <li class="tab col s3"><a href="#set-{{ section }}">{{ section | trans({}, 'CraueConfigBundle') }}</a></li> 16 <li class="tab col s12 m6 l3"><a href="#set-{{ section }}">{{ section | trans({}, 'CraueConfigBundle') }}</a></li>
17 {% endfor %} 17 {% endfor %}
18 </ul> 18 </ul>
19 </div> 19 </div>