diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-11-10 16:16:33 +0100 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-11-10 16:16:33 +0100 |
commit | d4fdc5a2e0bde4e30e68c0721b270e47a57486ea (patch) | |
tree | ef06a3622d637162b93b114a932bd298701f9bc8 | |
parent | 9dc4f10603f42df5cf37fd59cdf8e8df1bdd410a (diff) |
Fixing padding-bottom for attachments area
-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 d3e9fb9b..332a76fc 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -65,7 +65,7 @@ .attachmentsArea { border-top: 1px solid #DDD; - padding: 10px 0; + padding: 10px 0 0; } } |