diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-02-27 22:42:30 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-02-27 22:42:40 -0300 |
commit | ca933341f55d6968fde595b14f9bda16e53c8140 (patch) | |
tree | e125736631975d7a2b90df05369487ad0a5ae1f4 /web-ui/app | |
parent | b39dd32f852d8ee6ed088c0d576d239194ccf6e5 (diff) |
Decreasing email body area top padding
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/_read.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss index 34d7993c..7235df72 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -55,7 +55,7 @@ } .bodyArea { - padding: 35px 30px 0 30px; + padding: 15px 30px 0 30px; } .attachmentsAreaWrap { |