summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post_right.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-06 23:18:23 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-06 23:18:23 +0500
commitf51cc73aaf0da4973e13821a5201cd0e05e1e552 (patch)
tree9c0564827136f2392e873eab134006cabac329bc /web/sass-files/sass/partials/_post_right.scss
parent10b625ba1740c6177cfe5c06484f4a14867523bd (diff)
downloadchat-f51cc73aaf0da4973e13821a5201cd0e05e1e552.tar.gz
chat-f51cc73aaf0da4973e13821a5201cd0e05e1e552.tar.bz2
chat-f51cc73aaf0da4973e13821a5201cd0e05e1e552.zip
MM-1461 - Updating Mattermost UI
Diffstat (limited to 'web/sass-files/sass/partials/_post_right.scss')
-rw-r--r--web/sass-files/sass/partials/_post_right.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index 972aef29b..0d3e75689 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -11,7 +11,8 @@
.post {
&.post--root {
- padding: 1em;
+ padding: 1em 1em 0;
+ margin: 1em 0;
hr {
border-color: #DDD;
margin: 1em 0 0 0;
@@ -20,6 +21,7 @@
}
.post-create__container {
+ margin-top: 1em;
.custom-textarea {
min-height: 100px;
}