client/css: fix wrapping long tags
This commit is contained in:
parent
7f53abb498
commit
721900ee2f
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue