diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-11-21 09:24:44 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-11-21 09:24:44 +0200 |
commit | 01818a99b917f61afee1144eb6f7568b73c90493 (patch) | |
tree | 1ce2d0b459a788584a8d031486bb22f9d46d0426 /client | |
parent | 70fb1c465061ac6528d56eb2d97a9596d7389405 (diff) | |
parent | 90fd3286a83ced990bb2d75bbaed3aca8e550f48 (diff) | |
download | wekan-01818a99b917f61afee1144eb6f7568b73c90493.tar.gz wekan-01818a99b917f61afee1144eb6f7568b73c90493.tar.bz2 wekan-01818a99b917f61afee1144eb6f7568b73c90493.zip |
Merge branch 'remove-minicard-title-whitespace' of https://github.com/couscous3/wekan into couscous3-remove-minicard-title-whitespace
Diffstat (limited to 'client')
-rw-r--r-- | client/components/cards/minicard.styl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index a6aad896..d59f1f63 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -77,6 +77,9 @@ height: @width border-radius: 2px margin-left: 3px + .minicard-title + p:last-child + margin-bottom: 0 .dates display: flex; flex-direction: row; |