summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-09-06 03:20:54 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-09-06 03:34:06 +0200
commitddb6b62f5355f1307996c7956f4bf494214b4b08 (patch)
tree36d658458fbac196b97663aea9567dfe847e3e07 /client/components
parent69250d0ae82886df8a79d96b10da4e66e015d7be (diff)
downloadwekan-ddb6b62f5355f1307996c7956f4bf494214b4b08.tar.gz
wekan-ddb6b62f5355f1307996c7956f4bf494214b4b08.tar.bz2
wekan-ddb6b62f5355f1307996c7956f4bf494214b4b08.zip
Fix markdown rendering in the message viewer
Fixes #284
Diffstat (limited to 'client/components')
-rw-r--r--client/components/main/layouts.styl7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl
index 87133391..1dbefc20 100644
--- a/client/components/main/layouts.styl
+++ b/client/components/main/layouts.styl
@@ -316,10 +316,17 @@ a
margin-left: 38px
.viewer
+ ol
+ list-style-type: decimal
+ padding-left: 20px
+
ul
list-style-type: initial
padding-left: 20px
+ em
+ font-style : italic
+
pre
padding: 10px 12px 7px
background: darken(white, 13%)