mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
fix(contact-chips): Remove left/right margin from input to align properly
Fixes T2878
This commit is contained in:
parent
b5ac2b5c4c
commit
c4dd6813d6
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue