]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2561 from wallabag/Rurik19-patch-2259
authorThomas Citharel <tcit@tcit.fr>
Tue, 8 Nov 2016 17:38:37 +0000 (18:38 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2016 17:38:37 +0000 (18:38 +0100)
fix #2559

src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig

index 96f4f99019f330dd15d3f09bb1a30abf776d6f51..c83543acaaf4e38d7a72556be1cf28572b0810ac 100644 (file)
@@ -12,7 +12,7 @@
     <div class="row">
         <ul class="card-tag-labels">
             {% for tag in tags %}
-                <li title="{{tag.label}} ({{ tag.nbEntries }})" id="tag-{{ tag.id }}" class="col l2 m2 s2">
+                <li title="{{tag.label}} ({{ tag.nbEntries }})" id="tag-{{ tag.id }}" class="col l2 m2 s5">
                     <a href="{{ path('tag_entries', {'slug': tag.slug}) }}">{{tag.label}} ({{ tag.nbEntries }})</a>
                 </li>
             {% endfor %}