hi team,
this worked fine in 1.x.
since there is no longer a dockedItems config, toolbars also get the padding of 1em, which really does not look nice.
the only easy workaroung i see is overnesting: panel with toolbars containing a formPanel.Code:.x-form > .x-panel-inner, .x-form .x-scroll-container > .x-panel-inner {
padding: 1em;
}
