summaryrefslogtreecommitdiffstats
path: root/client/components/cards/labels.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-23 02:59:29 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-23 02:59:29 +0300
commit0dd3ff29f2b558bc912b330f178347035dcc46c7 (patch)
treed52a30b89a828a4ae4b7643ae0d00c67b6aff4e3 /client/components/cards/labels.styl
parent576523021e3640fde3f5ad63cb00c3fd57492b2d (diff)
downloadwekan-0dd3ff29f2b558bc912b330f178347035dcc46c7.tar.gz
wekan-0dd3ff29f2b558bc912b330f178347035dcc46c7.tar.bz2
wekan-0dd3ff29f2b558bc912b330f178347035dcc46c7.zip
Limit card width to fixed size.
Thanks to xet7 !
Diffstat (limited to 'client/components/cards/labels.styl')
-rw-r--r--client/components/cards/labels.styl3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/components/cards/labels.styl b/client/components/cards/labels.styl
index 3b481d93..9d7c7553 100644
--- a/client/components/cards/labels.styl
+++ b/client/components/cards/labels.styl
@@ -10,9 +10,10 @@
margin-right: 4px
margin-bottom: 5px
padding: 3px 8px
- max-width: 100%
+ max-width: 210px
min-width: 8px
overflow: ellipsis
+ word-wrap: break-word
height: 18px
vertical-align: bottom