client/css: fix wrapping long tags

This commit is contained in:
rr- 2016-08-04 00:30:12 +02:00
parent 7f53abb498
commit 721900ee2f

View file

@ -263,9 +263,15 @@ div.tag-input
ul.compact-tags
line-height: 130%
word-break: break-all
width: 100%
li
margin: 0
width: 100%
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
a
display: inline
i
padding-right: 0.4em
.append