FIX: long category names overflow outside of box style badges

This commit is contained in:
Neil Lalonde 2015-09-09 14:46:40 -04:00
parent b3d2982be7
commit 74eacba12f
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@
span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
&.badge-category-bg, &.badge-category-parent-bg {
position: absolute;