Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(form): Improve vertical spacing for form #637

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Jan 14, 2024

Context

Currently, there's not much spacing between form fields for processors.

Changes

This commit adds more spacing between them by enforcing the patternfly form spacing.

Before After
image image

Notes

There's a different situation for the nested parameters (forms like to: timer:myTimer) since they are not individual forms but rather a child of the main one, so the layout mechanism is different. This will be improved in an upcoming PR.

fix: #618

Currently, there's no much spacing between form fields for processors.

This commit adds more spacing between them by enforcing the patternfly
form spacing.

fix: KaotoIO#618
@lordrip lordrip merged commit 7357de1 into KaotoIO:main Jan 15, 2024
10 checks passed
@lordrip lordrip deleted the feat/improve-form-vertical-spacing branch January 15, 2024 09:27
@lhein lhein modified the milestones: 2.0.0, 2.0.0 TP Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

increase the vertical spacing between the different parameter fields
3 participants