diff options
author | Gislene Pereira <gislene01@gmail.com> | 2016-01-20 08:44:21 -0300 |
---|---|---|
committer | Gislene Pereira <gislene01@gmail.com> | 2016-01-20 08:44:21 -0300 |
commit | 02fde83823221779a317dc86793fcdf8fe836b52 (patch) | |
tree | 32c9f4f55ed764165cbb8e012c57dc18f910071f /web-ui/app/scss | |
parent | 6ac9227214a9d84ef51be072ec888c0c92bf992a (diff) |
Issue #572 - Increasing attachmentsArea li a bit according to suggestion in the issue.
Diffstat (limited to 'web-ui/app/scss')
-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 ed462d38..74fd376e 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -84,7 +84,7 @@ border: 1px solid #D9D9D9; border-radius: 2px; background-color: #F5F5F5; - margin-bottom: 7px; + margin-bottom: 8px; a { color: $attachment_text; |