client/tags: fix outline for focused compact tags

It was being hidden due to overflow: hidden. In other news, I hate CSS.
This commit is contained in:
rr- 2016-08-22 00:46:26 +02:00
parent 0a326972c3
commit 2335aaff20

View file

@ -99,10 +99,11 @@ div.tag-input
unselectable()
ul.compact-tags
line-height: 130%
line-height: 200%
width: 100%
li
margin: 0
margin: 0 0 -0.8em 0
padding: 0 2px
width: 100%
white-space: nowrap
overflow: hidden