summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--client/components/main/layouts.styl2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e870d4c..a3511d1c 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.
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl
index 349ee743..ee87a5f8 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