summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-11-21 09:22:41 +0200
committerLauri Ojansivu <x@xet7.org>2017-11-21 09:22:41 +0200
commit70fb1c465061ac6528d56eb2d97a9596d7389405 (patch)
tree483ffe5f5d38af1858f676101193e8e3aaea54b1
parent06afa1ae35cc00efbe517b30b27c06a18910dffc (diff)
parent5c743f12a1673d5345ed579e996a8c2dbe6fb065 (diff)
downloadwekan-70fb1c465061ac6528d56eb2d97a9596d7389405.tar.gz
wekan-70fb1c465061ac6528d56eb2d97a9596d7389405.tar.bz2
wekan-70fb1c465061ac6528d56eb2d97a9596d7389405.zip
Merge branch 'thuanpq-fix-board-list-long-desc' into devel
Fix: Board list with long-description boards not visible. Thanks thuanpq !
-rw-r--r--CHANGELOG.md4
-rw-r--r--client/components/boards/boardsList.styl1
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98ae12fe..90336d29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ This release adds the following new features:
* [Copy/Move cards to other board in Standalone Wekan](https://github.com/wekan/wekan/pull/1330).
+and fixes the following bugs:
+
+* [Board list with long-description boards not visible](https://github.com/wekan/wekan/pull/1346).
+
Thanks to GitHub users GhassenRjab and thuanpq for their contributions.
# v0.55 2017-11-19 Wekan release
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl
index 4b5245f9..b4d21df6 100644
--- a/client/components/boards/boardsList.styl
+++ b/client/components/boards/boardsList.styl
@@ -17,6 +17,7 @@ $spaceBetweenTiles = 16px
opacity: 1
.board-list-item
+ overflow: hidden;
background-color: #999
color: #f6f6f6
height: 90px