diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-04-14 15:02:41 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-04-14 15:02:41 -0300 |
commit | 2ec6d6260c8fcc66446d3e600b70dd0043109744 (patch) | |
tree | e53654c2854fdf27536e724f053de9864db49bb2 | |
parent | e339b4228ad8dadf37f52e6d87421da3c35d832a (diff) |
Fixing padding that was breaking the line when user clicked to add a new tag to an email
-rw-r--r-- | web-ui/app/scss/_mixins.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss index 2ce4999a..d6233db7 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -133,7 +133,7 @@ input { display: inline; font-size: 1em; - padding: 2px 5px; + padding: 1px 5px; width: 120px; margin: 0; } |