diff options
author | Marc Hartmayer <hello@hartmayer.com> | 2020-04-25 13:26:21 +0200 |
---|---|---|
committer | Marc Hartmayer <hello@hartmayer.com> | 2020-04-25 13:34:30 +0200 |
commit | ed0c64a270031448a9956b40084da6f075f8601a (patch) | |
tree | 35f4f76f745cce0775c1054cb4a37e89e9795754 | |
parent | e63e7b11318502e9f1238fcd7efff3c30590b29c (diff) | |
download | wekan-ed0c64a270031448a9956b40084da6f075f8601a.tar.gz wekan-ed0c64a270031448a9956b40084da6f075f8601a.tar.bz2 wekan-ed0c64a270031448a9956b40084da6f075f8601a.zip |
Allow words in title/description to be able to break and wrap onto the next line
-rw-r--r-- | client/components/boards/boardsList.styl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl index 347881d6..d92c9cf3 100644 --- a/client/components/boards/boardsList.styl +++ b/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 |