diff options
| author | Gabriel Albo <gabriel@albo.com.br> | 2015-02-18 18:20:19 -0200 | 
|---|---|---|
| committer | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2015-02-19 16:41:24 -0200 | 
| commit | 06796d31187ef3bb9da73a8674ecf1cb887db685 (patch) | |
| tree | eefb07a7802b715b2f62c9203e8c024ffd5386c8 /web-ui | |
| parent | 90f4555ff85bd802f678805068f1776b6804a242 (diff) | |
Fixing padding around 'add new tag' plus sign
Diffstat (limited to 'web-ui')
| -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 18871995..2d1f8f23 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -104,7 +104,7 @@          background: transparent;          border: 1px solid #DDD;          line-height: 0; -        padding: 1px 2px; +        padding: 3px 2px 2px 2px;          @include border-radius(2px);          &:hover {            opacity: 1;  | 
