diff options
author | Anike Arni <aarni@thoughtworks.com> | 2016-12-14 16:58:22 -0200 |
---|---|---|
committer | Anike Arni <aarni@thoughtworks.com> | 2016-12-14 16:58:22 -0200 |
commit | ecd5eb22ba5ec653e2ebbbd0656e612694899d47 (patch) | |
tree | eeaf08d087cf4fe87c2c9b4b74c9183b0f1242fe /web-ui | |
parent | 5a52e5447384672471ddd4c9fbb62f63e740b029 (diff) |
[#845] Remove spacing between tag input and sugestions
with @thaissiqueira
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/scss/mixins/_tags.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/scss/mixins/_tags.scss b/web-ui/app/scss/mixins/_tags.scss index 9bb287ea..44a939bc 100644 --- a/web-ui/app/scss/mixins/_tags.scss +++ b/web-ui/app/scss/mixins/_tags.scss @@ -69,7 +69,7 @@ $tags-font-size: 0.6rem; & * .tt-input { border-radius: $input-field-margin; padding: $input-field-padding; - margin-top: 2px; + margin: 2px 0; font-size: $tags-font-size; } |