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

MudForm: Optional margin between items #8859

Closed
2 tasks done
danielchalmers opened this issue May 3, 2024 · 2 comments · Fixed by #8880
Closed
2 tasks done

MudForm: Optional margin between items #8859

danielchalmers opened this issue May 3, 2024 · 2 comments · Fixed by #8880
Assignees
Labels
enhancement New feature or request wants to do a PR

Comments

@danielchalmers
Copy link
Contributor

Feature request type

Enhance component

Component name

MudForm

Is your feature request related to a problem?

Items in a form are too close (see Email field and Password label)

image

Describe the solution you'd like

A property (false by default) that will create a gap between items in the form to give some extra space.

Have you seen this feature anywhere else?

No response

Describe alternatives you've considered

.mud-form {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct
@danielchalmers danielchalmers added enhancement New feature or request triage labels May 3, 2024
Copy link

github-actions bot commented May 3, 2024

Thanks for wanting to do a PR, @danielchalmers !

We try to merge all non-breaking bugfixes and will deliberate the value of new features for the community. Please note there is no guarantee your pull request will be merged, so if you want to be sure before investing the work, feel free to contact the team first.

@danielchalmers danielchalmers changed the title MudForm: Margin between items MudForm: Optional margin between items May 3, 2024
@danielchalmers
Copy link
Contributor Author

Related to #8857 and may want to be included in the discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wants to do a PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants