Description
In the editor page, some components are missing bottom padding inside their rendered block. This makes the component content appear too close to the bottom border and creates an inconsistent layout compared to other components.
The issue is visible with several form components, where the input/control area appears visually compressed and almost stuck to the lower edge of the component container.
Current Behavior
Some components in the editor canvas are rendered with insufficient bottom padding. The component content appears too close to the bottom edge of the component container.
Expected Behavior
All components should have consistent vertical spacing in the editor page, with enough padding below the component content to match the rest of the editor layout.
Steps to Reproduce
- Open a form in the editor page.
- Add several components such as dropdown, slider, date, or text input.
- Observe the bottom spacing inside each component block.
Acceptance Criteria
- Components in the editor page have consistent bottom padding.
- Input/control elements are not visually stuck to the bottom border.
- The selected component state keeps proper spacing.
- No regression on preview or viewer rendering.

Description
In the editor page, some components are missing bottom padding inside their rendered block. This makes the component content appear too close to the bottom border and creates an inconsistent layout compared to other components.
The issue is visible with several form components, where the input/control area appears visually compressed and almost stuck to the lower edge of the component container.
Current Behavior
Some components in the editor canvas are rendered with insufficient bottom padding. The component content appears too close to the bottom edge of the component container.
Expected Behavior
All components should have consistent vertical spacing in the editor page, with enough padding below the component content to match the rest of the editor layout.
Steps to Reproduce
Acceptance Criteria