diff options
author | Ghassen Rjab <rjab.ghassen@gmail.com> | 2017-06-20 01:25:49 +0100 |
---|---|---|
committer | Ghassen Rjab <rjab.ghassen@gmail.com> | 2017-06-20 01:25:49 +0100 |
commit | d8cc8167de312b2a3e6711c311bf8bede9a0653a (patch) | |
tree | 5c33c8a549704f24cf66160f88ff047d3eba11f4 /client/components | |
parent | beb59414c7bbbaf8a9fb797abd20ad9fc68bf217 (diff) | |
download | wekan-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.styl | 2 |
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 |