diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-10-16 21:06:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 21:06:23 +0200 |
commit | 692f9388cb034d0429d6e291b16260c492238984 (patch) | |
tree | 93d98143d7dfdfa2618bb71c5192f829d82a217b /app/Resources/CraueConfigBundle/views | |
parent | 3fb409ffc64a36d2d0635673e88036e8780a92e3 (diff) | |
parent | d9a30ef30141e86b3cf609aa0b559ccdbf6caf94 (diff) | |
download | wallabag-692f9388cb034d0429d6e291b16260c492238984.tar.gz wallabag-692f9388cb034d0429d6e291b16260c492238984.tar.zst wallabag-692f9388cb034d0429d6e291b16260c492238984.zip |
Merge pull request #2455 from wallabag/fix-material-config-tabs
Fix tabs on material
Diffstat (limited to 'app/Resources/CraueConfigBundle/views')
-rw-r--r-- | app/Resources/CraueConfigBundle/views/Settings/modify.html.twig | 2 |
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> |