From d8cc8167de312b2a3e6711c311bf8bede9a0653a Mon Sep 17 00:00:00 2001 From: Ghassen Rjab Date: Tue, 20 Jun 2017 01:25:49 +0100 Subject: [PATCH 1/2] Edit card description with invalid markdown The viewer has a minimum height of 18px (at least a single line) so the anchor can still be clickable even there is no text shown --- client/components/main/layouts.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl index 349ee743c..ee87a5f87 100644 --- a/client/components/main/layouts.styl +++ b/client/components/main/layouts.styl @@ -335,6 +335,8 @@ a margin-left: 38px .viewer + min-height: 18px + ol list-style-type: decimal padding-left: 20px From d934401379d89d7aeadc2d884b6bd6d9a4e3e542 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 20 Jun 2017 09:30:43 +0300 Subject: [PATCH 2/2] Edit card description with invalid markdown. Thanks to GhassenRjab ! Closes #1039 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e870d4c0..a3511d1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ and fixes the following bugs: * [Fix IE 11 drag board to scroll](https://github.com/wekan/wekan/pull/1052); * [Fix Export Wekan board](https://github.com/wekan/wekan/pull/1067); * [Fix "W" shortcut binding](https://github.com/wekan/wekan/pull/1066); -* [Fix login url in invitation email](https://github.com/wekan/wekan/issues/993). +* [Fix login url in invitation email](https://github.com/wekan/wekan/issues/993); +* [Edit card description with invalid markdown](https://github.com/wekan/wekan/pull/1073). Thanks to GitHub users BaobabCoder, GhassenRjab, nebulade, nztqa and xet7 for their contributions.