summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.styl
diff options
context:
space:
mode:
authorMarc Hartmayer <hello@hartmayer.com>2020-04-25 13:25:21 +0200
committerMarc Hartmayer <hello@hartmayer.com>2020-04-25 13:34:30 +0200
commite63e7b11318502e9f1238fcd7efff3c30590b29c (patch)
tree6ac849096be7571ff356d2f88b22100e745f1704 /client/components/boards/boardsList.styl
parent3f7d9fd42cd2e3d0377cea22b8e9f370c37e2162 (diff)
downloadwekan-e63e7b11318502e9f1238fcd7efff3c30590b29c.tar.gz
wekan-e63e7b11318502e9f1238fcd7efff3c30590b29c.tar.bz2
wekan-e63e7b11318502e9f1238fcd7efff3c30590b29c.zip
Allow variable height for board list items
This fixes https://github.com/wekan/wekan/issues/3041.
Diffstat (limited to 'client/components/boards/boardsList.styl')
-rw-r--r--client/components/boards/boardsList.styl2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl
index d12a0337..347881d6 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