diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-06-30 12:03:15 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-06-30 12:03:15 +0300 |
commit | 4f5086c5cd4647e210d743c64edbbe09cb30dcd4 (patch) | |
tree | 0849af75af831f72b4d2972695fcdc70549d3550 /client/components/cards | |
parent | fe69ab90309953ff4de363d41aed539480922016 (diff) | |
download | wekan-4f5086c5cd4647e210d743c64edbbe09cb30dcd4.tar.gz wekan-4f5086c5cd4647e210d743c64edbbe09cb30dcd4.tar.bz2 wekan-4f5086c5cd4647e210d743c64edbbe09cb30dcd4.zip |
- Revert previous More margin-bottom after minicard.
Thanks to pravdomil and xet7 !
Diffstat (limited to 'client/components/cards')
-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 335182a3..d7e55d8d 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -9,7 +9,7 @@ &.placeholder background: darken(white, 20%) - border-radius: 2px + border-radius: 9px &.ui-sortable-helper cursor: grabbing |