From 90fd3286a83ced990bb2d75bbaed3aca8e550f48 Mon Sep 17 00:00:00 2001 From: couscous3 <33840325+couscous3@users.noreply.github.com> Date: Mon, 20 Nov 2017 18:07:37 +0100 Subject: [PATCH 1/2] remove erroneous minicard title whitespace introduced by the markdown viewer in commit #309c1d0 (the markdown viewer uses

tags which have a margin-bottom) --- client/components/cards/minicard.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index a6aad8969..d59f1f637 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; From 9c46c6c9626d81b5d15ac46312234c101daba15a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 21 Nov 2017 09:26:50 +0200 Subject: [PATCH 2/2] Remove erroneous minicard title whitespace. Thanks couscous3 ! --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90336d29d..1f269401c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,10 @@ This release adds the following new features: and fixes the following bugs: -* [Board list with long-description boards not visible](https://github.com/wekan/wekan/pull/1346). +* [Board list with long-description boards not visible](https://github.com/wekan/wekan/pull/1346); +* [Remove erroneous minicard title whitespace](https://github.com/wekan/wekan/pull/1347). -Thanks to GitHub users GhassenRjab and thuanpq for their contributions. +Thanks to GitHub users couscous3, GhassenRjab and thuanpq for their contributions. # v0.55 2017-11-19 Wekan release