From baf4b9a453d4e722d6e949c95b4042a2e3c418e5 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 2 Feb 2017 02:16:19 +0500 Subject: PLT-5356 - Fixing margins for paragraphs (#5217) * PLT-5356 - Fixing margins for paragraphs * Fixing conflict * Fixing font size for paragraphs --- webapp/sass/layout/_post.scss | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'webapp/sass/layout') diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index 0f72a7f26..c24b77185 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -717,32 +717,22 @@ .post--edited { p { &:last-child { - display: inline; + display: inline-block; } } } p { - font-size: .97em; + font-size: 13.5px; line-height: 1.6em; margin: 0; white-space: pre-wrap; - - &:last-child { - margin-bottom: .5em; - } } .post__header--info { padding: 0; } - span { - p:last-child { - margin-bottom: .5em; - } - } - &.post--root { .comment-icon__container { visibility: visible; @@ -1023,7 +1013,7 @@ } p + p { - margin: 1.2em 0; + margin: 1.2em 0 0; &:last-of-type { margin-bottom: 0; @@ -1036,7 +1026,7 @@ ul, ol { - font-size: .97em; + font-size: 13.5px; margin-bottom: .4em; padding-left: 20px; -- cgit v1.2.3-1-g7c22