summaryrefslogtreecommitdiffstats
path: root/client/components/boards
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-25 15:21:50 +0300
committerGitHub <noreply@github.com>2020-04-25 15:21:50 +0300
commit7f38bc7b952b1fd624020873f013b3f76582a7b0 (patch)
tree35f4f76f745cce0775c1054cb4a37e89e9795754 /client/components/boards
parent3f7d9fd42cd2e3d0377cea22b8e9f370c37e2162 (diff)
parented0c64a270031448a9956b40084da6f075f8601a (diff)
downloadwekan-7f38bc7b952b1fd624020873f013b3f76582a7b0.tar.gz
wekan-7f38bc7b952b1fd624020873f013b3f76582a7b0.tar.bz2
wekan-7f38bc7b952b1fd624020873f013b3f76582a7b0.zip
Merge pull request #3046 from marc1006/3041
Partially fixes https://github.com/wekan/wekan/issues/3041
Diffstat (limited to 'client/components/boards')
-rw-r--r--client/components/boards/boardsList.styl3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl
index d12a0337..d92c9cf3 100644
--- a/client/components/boards/boardsList.styl
+++ b/client/components/boards/boardsList.styl
@@ -33,7 +33,7 @@ $spaceBetweenTiles = 16px
overflow: hidden;
background-color: #999
color: #f6f6f6
- height: 90px
+ height: auto
font-size: 16px
line-height: 22px
border-radius: 3px
@@ -44,6 +44,7 @@ $spaceBetweenTiles = 16px
margin: ($spaceBetweenTiles/2)
position: relative
text-decoration: none
+ word-wrap: break-word
&.tile
background-size: auto