diff options
author | Thuan Pham Quoc <thuanpq.io@gmail.com> | 2017-11-20 23:28:46 +0700 |
---|---|---|
committer | Thuan Pham Quoc <thuanpq.io@gmail.com> | 2017-11-20 23:28:46 +0700 |
commit | 996fdc2bdadcebdf1517ec2f9fb22cad47af8e1a (patch) | |
tree | f77d7c03560ed683b531a7c9aad0bc28e09f9d88 /client/components | |
parent | dfd0b2194746208c85b16fd485e7ca6f0cc34b57 (diff) | |
download | wekan-996fdc2bdadcebdf1517ec2f9fb22cad47af8e1a.tar.gz wekan-996fdc2bdadcebdf1517ec2f9fb22cad47af8e1a.tar.bz2 wekan-996fdc2bdadcebdf1517ec2f9fb22cad47af8e1a.zip |
Fixed issue on board list with long-desc boards
Diffstat (limited to 'client/components')
-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 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 |