summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorcouscous3 <33840325+couscous3@users.noreply.github.com>2017-11-20 18:07:37 +0100
committerGitHub <noreply@github.com>2017-11-20 18:07:37 +0100
commit90fd3286a83ced990bb2d75bbaed3aca8e550f48 (patch)
tree9c96481b2ed23dd334fbd5c71d66c9ef8f3f4c1c /client/components
parentdfd0b2194746208c85b16fd485e7ca6f0cc34b57 (diff)
downloadwekan-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')
-rw-r--r--client/components/cards/minicard.styl3
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;