瀏覽代碼

Merge pull request #3046 from marc1006/3041

Partially fixes https://github.com/wekan/wekan/issues/3041
Lauri Ojansivu 5 年之前
父節點
當前提交
7f38bc7b95
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      client/components/boards/boardsList.styl

+ 2 - 1
client/components/boards/boardsList.styl

@@ -33,7 +33,7 @@ $spaceBetweenTiles = 16px
     overflow: hidden;
     overflow: hidden;
     background-color: #999
     background-color: #999
     color: #f6f6f6
     color: #f6f6f6
-    height: 90px
+    height: auto
     font-size: 16px
     font-size: 16px
     line-height: 22px
     line-height: 22px
     border-radius: 3px
     border-radius: 3px
@@ -44,6 +44,7 @@ $spaceBetweenTiles = 16px
     margin: ($spaceBetweenTiles/2)
     margin: ($spaceBetweenTiles/2)
     position: relative
     position: relative
     text-decoration: none
     text-decoration: none
+    word-wrap: break-word
 
 
     &.tile
     &.tile
       background-size: auto
       background-size: auto