Remove unnecessary custom CSS, change defualt form padding [MAILPOET-2869]

This commit is contained in:
wxa
2020-05-19 19:39:54 +03:00
committed by Veljko V
parent 9604172cbd
commit e9bbfbee46
4 changed files with 4 additions and 5 deletions

View File

@ -60,7 +60,7 @@ describe('Form Data Load Mapper', () => {
});
it('Sets default paddings', () => {
expect(map(data).settings).to.have.property('formPadding', 10);
expect(map(data).settings).to.have.property('formPadding', 20);
expect(map(data).settings).to.have.property('inputPadding', 5);
});