summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorGhassen Rjab <rjab.ghassen@gmail.com>2017-06-20 01:25:49 +0100
committerGhassen Rjab <rjab.ghassen@gmail.com>2017-06-20 01:25:49 +0100
commitd8cc8167de312b2a3e6711c311bf8bede9a0653a (patch)
tree5c33c8a549704f24cf66160f88ff047d3eba11f4 /client/components
parentbeb59414c7bbbaf8a9fb797abd20ad9fc68bf217 (diff)
downloadwekan-d8cc8167de312b2a3e6711c311bf8bede9a0653a.tar.gz
wekan-d8cc8167de312b2a3e6711c311bf8bede9a0653a.tar.bz2
wekan-d8cc8167de312b2a3e6711c311bf8bede9a0653a.zip
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
Diffstat (limited to 'client/components')
-rw-r--r--client/components/main/layouts.styl2
1 files changed, 2 insertions, 0 deletions
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