mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01:00
Merge branch 'whowillcare-master'
This commit is contained in:
commit
2c6b51857f
1 changed files with 3 additions and 2 deletions
|
|
@ -183,10 +183,11 @@ $spaceBetweenTiles = 16px
|
||||||
overflow: scroll
|
overflow: scroll
|
||||||
|
|
||||||
li
|
li
|
||||||
width: 33.3%
|
width: 50%
|
||||||
|
|
||||||
.board-list-item
|
.board-list-item
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
height: 8rem
|
||||||
|
|
||||||
.board-list-item-sub-name
|
.board-list-item-sub-name
|
||||||
position: relative
|
position: relative
|
||||||
|
|
@ -195,4 +196,4 @@ $spaceBetweenTiles = 16px
|
||||||
|
|
||||||
@media screen and (max-width: 360px)
|
@media screen and (max-width: 360px)
|
||||||
li
|
li
|
||||||
width: 50%
|
width: 100%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue