diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-09-06 03:20:54 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-09-06 03:34:06 +0200 |
commit | ddb6b62f5355f1307996c7956f4bf494214b4b08 (patch) | |
tree | 36d658458fbac196b97663aea9567dfe847e3e07 /client | |
parent | 69250d0ae82886df8a79d96b10da4e66e015d7be (diff) | |
download | wekan-ddb6b62f5355f1307996c7956f4bf494214b4b08.tar.gz wekan-ddb6b62f5355f1307996c7956f4bf494214b4b08.tar.bz2 wekan-ddb6b62f5355f1307996c7956f4bf494214b4b08.zip |
Fix markdown rendering in the message viewer
Fixes #284
Diffstat (limited to 'client')
-rw-r--r-- | client/components/main/layouts.styl | 7 |
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%) |