From 2335aaff209687d303a037fcbedbdd6ab7b78e00 Mon Sep 17 00:00:00 2001 From: rr- Date: Mon, 22 Aug 2016 00:46:26 +0200 Subject: [PATCH] client/tags: fix outline for focused compact tags It was being hidden due to overflow: hidden. In other news, I hate CSS. --- client/css/tag-input.styl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/css/tag-input.styl b/client/css/tag-input.styl index f7b45dd7..66c6eab5 100644 --- a/client/css/tag-input.styl +++ b/client/css/tag-input.styl @@ -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