diff options
author | couscous3 <33840325+couscous3@users.noreply.github.com> | 2017-11-20 18:07:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 18:07:37 +0100 |
commit | 90fd3286a83ced990bb2d75bbaed3aca8e550f48 (patch) | |
tree | 9c96481b2ed23dd334fbd5c71d66c9ef8f3f4c1c /client/components/cards/minicard.styl | |
parent | dfd0b2194746208c85b16fd485e7ca6f0cc34b57 (diff) | |
download | wekan-90fd3286a83ced990bb2d75bbaed3aca8e550f48.tar.gz wekan-90fd3286a83ced990bb2d75bbaed3aca8e550f48.tar.bz2 wekan-90fd3286a83ced990bb2d75bbaed3aca8e550f48.zip |
remove erroneous minicard title whitespace
introduced by the markdown viewer in commit #309c1d0 (the markdown viewer uses <p> tags which have a margin-bottom)
Diffstat (limited to 'client/components/cards/minicard.styl')
-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; |