summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-11-21 09:27:21 +0200
committerLauri Ojansivu <x@xet7.org>2017-11-21 09:27:21 +0200
commitc8cef7551f9978829692a31fce8c50fe13950c37 (patch)
tree26dbca1dad220a592c3f2184c349c2f8f1bc6124 /client/components
parent70fb1c465061ac6528d56eb2d97a9596d7389405 (diff)
parent9c46c6c9626d81b5d15ac46312234c101daba15a (diff)
downloadwekan-c8cef7551f9978829692a31fce8c50fe13950c37.tar.gz
wekan-c8cef7551f9978829692a31fce8c50fe13950c37.tar.bz2
wekan-c8cef7551f9978829692a31fce8c50fe13950c37.zip
Merge branch 'couscous3-remove-minicard-title-whitespace' into devel
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;