summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-12 11:45:56 -0400
committerLauri Ojansivu <x@xet7.org>2019-07-12 11:45:56 -0400
commit398ae568a09ab11a83f60f432e6e006df165984e (patch)
treef121199ee7b9137b85fbdc10daff702ebd82a1f3 /client/components
parente17d41a15ece6ec153fe98c180d490b8e4dc189a (diff)
parent41cffc24188bf5e368ce1cc66dff77852f36afef (diff)
downloadwekan-398ae568a09ab11a83f60f432e6e006df165984e.tar.gz
wekan-398ae568a09ab11a83f60f432e6e006df165984e.tar.bz2
wekan-398ae568a09ab11a83f60f432e6e006df165984e.zip
Merge branch 'master' of https://github.com/whowillcare/wekan into whowillcare-master
Diffstat (limited to 'client/components')
-rw-r--r--client/components/boards/boardsList.styl5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl
index 93da4bc2..ae366e83 100644
--- a/client/components/boards/boardsList.styl
+++ b/client/components/boards/boardsList.styl
@@ -183,10 +183,11 @@ $spaceBetweenTiles = 16px
overflow: scroll
li
- width: 33.3%
+ width: 50%
.board-list-item
overflow: hidden
+ height: 8rem
.board-list-item-sub-name
position: relative
@@ -195,4 +196,4 @@ $spaceBetweenTiles = 16px
@media screen and (max-width: 360px)
li
- width: 50%
+ width: 100%