diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-10-13 18:06:01 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-10-13 18:06:01 -0300 |
commit | 5e0e6fa9906d761d8fd6967ede5e755acf6f040d (patch) | |
tree | 604283e49dcfd2a361416f14d2028bca5209956a /web-ui/app/scss | |
parent | b3632bc22200fe8ce3b3a1356eb6efca863e5c5f (diff) |
Adding spacing around the reply box (so it breathes :))
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/_reply.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/scss/_reply.scss b/web-ui/app/scss/_reply.scss index 5a044b0b..be9d5b7c 100644 --- a/web-ui/app/scss/_reply.scss +++ b/web-ui/app/scss/_reply.scss @@ -1,5 +1,6 @@ #reply-section { + padding: 0 30px; .reply-container { margin: 10px 0; padding: 10px; |