浏览代码

Allow words in title/description to be able to break and wrap onto the next line

Marc Hartmayer 5 年之前
父节点
当前提交
ed0c64a270
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/components/boards/boardsList.styl

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

@@ -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