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:
parent
0a326972c3
commit
2335aaff20
1 changed files with 3 additions and 2 deletions
|
@ -99,10 +99,11 @@ div.tag-input
|
||||||
unselectable()
|
unselectable()
|
||||||
|
|
||||||
ul.compact-tags
|
ul.compact-tags
|
||||||
line-height: 130%
|
line-height: 200%
|
||||||
width: 100%
|
width: 100%
|
||||||
li
|
li
|
||||||
margin: 0
|
margin: 0 0 -0.8em 0
|
||||||
|
padding: 0 2px
|
||||||
width: 100%
|
width: 100%
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
|
Loading…
Reference in a new issue