Browse Source

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
Ghassen Rjab 8 years ago
parent
commit
d8cc8167de
1 changed files with 2 additions and 0 deletions
  1. 2 0
      client/components/main/layouts.styl

+ 2 - 0
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