Forráskód Böngészése

Merge branch 'master' of https://github.com/whowillcare/wekan into whowillcare-master

Lauri Ojansivu 6 éve
szülő
commit
398ae568a0
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      client/components/boards/boardsList.styl

+ 3 - 2
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%