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

reviewable/pr3046/r1
Marc Hartmayer 5 years ago
parent e63e7b1131
commit ed0c64a270
  1. 1
      client/components/boards/boardsList.styl

@ -44,6 +44,7 @@ $spaceBetweenTiles = 16px
margin: ($spaceBetweenTiles/2)
position: relative
text-decoration: none
word-wrap: break-word
&.tile
background-size: auto

Loading…
Cancel
Save