From 721900ee2f119f201cb5777c6a72505f85c178cc Mon Sep 17 00:00:00 2001 From: rr- Date: Thu, 4 Aug 2016 00:30:12 +0200 Subject: [PATCH] client/css: fix wrapping long tags --- client/css/forms.styl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/client/css/forms.styl b/client/css/forms.styl index cb8a609..a5f895a 100644 --- a/client/css/forms.styl +++ b/client/css/forms.styl @@ -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