diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-06-26 01:01:12 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-06-26 01:01:12 +0300 |
commit | f5aa1b795b3a7a4f306b41a42d15da0fc22cae1c (patch) | |
tree | e0ef0ce44bef81ee79aa1628f7e2c725baf938c4 | |
parent | 2efc5ab4e9244e0073b3404c312b868a846db77d (diff) | |
parent | 18e936fd28192538cc39d0413d7a85a69b65c6cb (diff) | |
download | wekan-f5aa1b795b3a7a4f306b41a42d15da0fc22cae1c.tar.gz wekan-f5aa1b795b3a7a4f306b41a42d15da0fc22cae1c.tar.bz2 wekan-f5aa1b795b3a7a4f306b41a42d15da0fc22cae1c.zip |
Merge branch 'patch-3' of https://github.com/pravdomil/wekan into pravdomil-patch-3
-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 38f829d0..335182a3 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: 9px + margin-bottom: 2px &.placeholder background: darken(white, 20%) |