From b5ef2fa883792ca0ebd2029d27eb30be43fd0b54 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Thu, 6 Aug 2015 12:27:49 -0700 Subject: [PATCH] fix(contact-chips): Remove left/right margin from input to align properly Fixes T2878 --- static/components/tokenizing-text-field.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/components/tokenizing-text-field.less b/static/components/tokenizing-text-field.less index 2a71a860b..5f93a0699 100644 --- a/static/components/tokenizing-text-field.less +++ b/static/components/tokenizing-text-field.less @@ -154,8 +154,8 @@ // The padding-left and padding-right must be 0 so we can manually // set the width properly to always match the size of the input // test. - padding: 0.4em 0 0.4em 7.5px; - margin: 2px 5px 3px 0; + padding: 0.4em 0 0.4em 0; + margin: 2px 0 3px 0; &.noop-input { position: absolute;