浏览代码

Labels, wrap long text

CSS initial:
https://stackoverflow.com/questions/15901030/reset-remove-css-styles-for-element-only/15903168#15903168
Martin Filser 3 年之前
父节点
当前提交
e954df4d8e
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      client/components/cards/labels.styl

+ 3 - 2
client/components/cards/labels.styl

@@ -12,10 +12,11 @@
   padding: 3px 8px
   max-width: 210px
   min-width: 8px
-  overflow: ellipsis
   word-wrap: break-word
-  height: 18px
+  min-height: 18px
   vertical-align: bottom
+  white-space: initial
+  overflow: initial
 
   &:hover
     color: white