diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-06-30 12:22:35 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-06-30 12:22:35 +0300 |
commit | 928d88cfe1da4187797519c929cd2fdd9ffe9c2e (patch) | |
tree | edc0b3c3ad9f22916aa62849ecd2990fdb80c1f8 /client/components/cards/minicard.styl | |
parent | 4f5086c5cd4647e210d743c64edbbe09cb30dcd4 (diff) | |
download | wekan-928d88cfe1da4187797519c929cd2fdd9ffe9c2e.tar.gz wekan-928d88cfe1da4187797519c929cd2fdd9ffe9c2e.tar.bz2 wekan-928d88cfe1da4187797519c929cd2fdd9ffe9c2e.zip |
- More margin-bottom after minicard.
Thanks to pravdomil and xet7 !
Diffstat (limited to 'client/components/cards/minicard.styl')
-rw-r--r-- | client/components/cards/minicard.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index d7e55d8d..b89805be 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -5,7 +5,7 @@ position: relative display: flex align-items: center - margin-bottom: 2px + margin-bottom: 9px &.placeholder background: darken(white, 20%) |