diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-11-21 09:19:06 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-11-21 09:19:06 +0200 |
commit | 5b9e8cce149e6188ff8f5a7f7195b5bf42724c3f (patch) | |
tree | 4b22d2696b06161bb8ae74964fe7f3500be1c1bc /client/components | |
parent | 06afa1ae35cc00efbe517b30b27c06a18910dffc (diff) | |
parent | 996fdc2bdadcebdf1517ec2f9fb22cad47af8e1a (diff) | |
download | wekan-5b9e8cce149e6188ff8f5a7f7195b5bf42724c3f.tar.gz wekan-5b9e8cce149e6188ff8f5a7f7195b5bf42724c3f.tar.bz2 wekan-5b9e8cce149e6188ff8f5a7f7195b5bf42724c3f.zip |
Merge branch 'fix-board-list-long-desc' of https://github.com/thuanpq/wekan into thuanpq-fix-board-list-long-desc
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 |