diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-04-24 11:31:25 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-04-24 11:31:32 -0300 |
commit | 5cc53a2ac0b47a05423ed9e4a64e24a3a9994a58 (patch) | |
tree | 1dd36b52788a92d5135b0033bfd42905343571f9 /web-ui/app | |
parent | df6bf7fea5ab81ab6ae61ad8595da3f7f5f62db4 (diff) |
Fixing margin around close button inside the compose email box
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/_compose.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web-ui/app/scss/_compose.scss b/web-ui/app/scss/_compose.scss index dbd4571d..acff745d 100644 --- a/web-ui/app/scss/_compose.scss +++ b/web-ui/app/scss/_compose.scss @@ -85,6 +85,10 @@ } } + button.close-mail-button { + margin: 1px; + } + @include recipients; } |