summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-11-30 03:13:28 +0100
committerFlorian Orben <florian.orben@gmail.com>2015-11-30 03:21:05 +0100
commit8fb741b0c9ea12d7fe1efe942dfa522767faeb86 (patch)
tree5ec43c9e06f6d69dd5cfa73aeeab17d9e3f16565 /web/sass-files/sass/partials/_post.scss
parentd4eb8743e3bd36b6cd2e7939c9a698d893b215d7 (diff)
downloadchat-8fb741b0c9ea12d7fe1efe942dfa522767faeb86.tar.gz
chat-8fb741b0c9ea12d7fe1efe942dfa522767faeb86.tar.bz2
chat-8fb741b0c9ea12d7fe1efe942dfa522767faeb86.zip
PLT-1121: One element, non-ordered lists and one element, ordered, nested lists aren't rendered correctly
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index da161e54f..b7a305427 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -374,9 +374,9 @@ body.ios {
ul {
margin: 0;
padding: 0;
- list-style: none;
}
+
p {
margin: 0 0 1em;
line-height: 1.6em;
@@ -603,6 +603,11 @@ body.ios {
padding: 5px 0 0 20px;
}
+ ul, ol {
+ li ul, li ol {
+ padding: 0 0 0 20px
+ }
+ }
}
.post__link {