Browse Source

Merge branch 'GhassenRjab-edit-card-desc' into devel

Edit card description with invalid markdown. Thanks to GhassenRjab ! Closes #1039
Lauri Ojansivu 8 years ago
parent
commit
732914c71f
2 changed files with 4 additions and 1 deletions
  1. 2 1
      CHANGELOG.md
  2. 2 0
      client/components/main/layouts.styl

+ 2 - 1
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 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 Export Wekan board](https://github.com/wekan/wekan/pull/1067);
 * [Fix "W" shortcut binding](https://github.com/wekan/wekan/pull/1066);
 * [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
 Thanks to GitHub users BaobabCoder, GhassenRjab, nebulade, nztqa and xet7
 for their contributions.
 for their contributions.

+ 2 - 0
client/components/main/layouts.styl

@@ -335,6 +335,8 @@ a
   margin-left: 38px
   margin-left: 38px
 
 
 .viewer
 .viewer
+  min-height: 18px
+
   ol
   ol
     list-style-type: decimal
     list-style-type: decimal
     padding-left: 20px
     padding-left: 20px