fix(contact-chips): Remove left/right margin from input to align properly

Fixes T2878
This commit is contained in:
Ben Gotow 2015-08-06 12:27:49 -07:00
parent b5ac2b5c4c
commit c4dd6813d6

View file

@ -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;