Prechádzať zdrojové kódy

Merge branch 'thuanpq-fix-board-list-long-desc' into devel

Fix: Board list with long-description boards not visible. Thanks thuanpq !
Lauri Ojansivu 7 rokov pred
rodič
commit
70fb1c4650
2 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  1. 4 0
      CHANGELOG.md
  2. 1 0
      client/components/boards/boardsList.styl

+ 4 - 0
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).
 * [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.
 Thanks to GitHub users GhassenRjab and thuanpq for their contributions.
 
 
 # v0.55 2017-11-19 Wekan release
 # v0.55 2017-11-19 Wekan release

+ 1 - 0
client/components/boards/boardsList.styl

@@ -17,6 +17,7 @@ $spaceBetweenTiles = 16px
         opacity: 1
         opacity: 1
 
 
   .board-list-item
   .board-list-item
+    overflow: hidden;
     background-color: #999
     background-color: #999
     color: #f6f6f6
     color: #f6f6f6
     height: 90px
     height: 90px