diff options
author | hupptechnologies <git@hupp.in> | 2019-04-23 15:09:09 +0530 |
---|---|---|
committer | hupptechnologies <git@hupp.in> | 2019-04-23 15:09:09 +0530 |
commit | 14ef0ab6d15ef74eaa531974e43c73b608857389 (patch) | |
tree | e3c65202eb4f8c06ce6b24f85361064084145dc0 | |
parent | 8434069539bed734bc9973e8ed4a92436d7224c2 (diff) | |
download | wekan-14ef0ab6d15ef74eaa531974e43c73b608857389.tar.gz wekan-14ef0ab6d15ef74eaa531974e43c73b608857389.tar.bz2 wekan-14ef0ab6d15ef74eaa531974e43c73b608857389.zip |
Issue : Mobile UI Center cards in list view #2371
Resolved #2371
-rw-r--r-- | client/components/lists/list.styl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 3b82f07f..dcbeb93f 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -170,6 +170,8 @@ display: block width: 100% border-left: 0px + &:first-child + margin-left: 0px &.ui-sortable-helper flex: 0 0 60px @@ -188,6 +190,9 @@ border-left: 0px border-bottom: 1px solid darken(white, 20%) + .list-body + padding: 15px 19px; + .list-header padding: 0 12px 0px border-bottom: 0px solid #e4e4e4 |