mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 13:07:17 -04:00
Allow words in title/description to be able to break and wrap onto the next line
This commit is contained in:
parent
e63e7b1131
commit
ed0c64a270
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ $spaceBetweenTiles = 16px
|
|||
margin: ($spaceBetweenTiles/2)
|
||||
position: relative
|
||||
text-decoration: none
|
||||
word-wrap: break-word
|
||||
|
||||
&.tile
|
||||
background-size: auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue