summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-29 20:03:59 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-29 20:03:59 +0500
commitc84da38b610fbd249a1ec7b747fc5fdae006a9fd (patch)
tree7c5a474ed5bbd457cf3f292dad50c4ef95a02dbc /web
parent33362a56a759142edcd2713bc0dddb629032da5f (diff)
downloadchat-c84da38b610fbd249a1ec7b747fc5fdae006a9fd.tar.gz
chat-c84da38b610fbd249a1ec7b747fc5fdae006a9fd.tar.bz2
chat-c84da38b610fbd249a1ec7b747fc5fdae006a9fd.zip
Updating margin for paragraphs
Diffstat (limited to 'web')
-rw-r--r--web/sass-files/sass/partials/_post.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 414ab0554..11816efd9 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -398,11 +398,17 @@ body.ios {
}
p {
margin: 0 0 1em;
- line-height: 1.6em;
+ line-height: 1.6em;
font-size: 0.97em;
white-space: pre-wrap;
}
+ span {
+ p:last-child {
+ margin-bottom: 0.5em;
+ }
+ }
+
.post-loading-gif {
height:10px;
width:10px;