summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/tags
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-03-02 11:38:25 -0300
committerGabriel Albo <gabriel@albo.com.br>2015-03-02 11:38:25 -0300
commit40f5c2d13f03ce43fd2791848cffb7405dc9eb5a (patch)
treeeb38124c665ee9a2cea98a74ab22bc5eb9b22f2c /web-ui/app/templates/tags
parent88f366a79f7803679cf094ff474882265de08c37 (diff)
Adding ellipsis when custom tag names are longer than the sidenav's width
Diffstat (limited to 'web-ui/app/templates/tags')
-rw-r--r--web-ui/app/templates/tags/tag.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/templates/tags/tag.hbs b/web-ui/app/templates/tags/tag.hbs
index 5df67513..ca397b9a 100644
--- a/web-ui/app/templates/tags/tag.hbs
+++ b/web-ui/app/templates/tags/tag.hbs
@@ -1,3 +1,3 @@
-<li id="tag-{{ ident }}" class="{{ selected }}">
+<li id="tag-{{ ident }}" class="custom-tag {{ selected }}">
<span class="tag-label">{{> tag_inner }}</span>
</li>