-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
MudCheckBox Dense feature #1653
Comments
You can achieve this in your app with label.mud-checkbox>.mud-icon-button {
padding: 4px;
} |
@porkopek Thanks for the workaround! I made a small addition, so I can control which checkboxes it applies to: |
You did it right! |
Hi @lskyum , Maybe you can make a pull request? I am also interested in this Dense property. Thanks in advance |
@Heisenberg74 |
Question: Would it make sense to add a Size instead of Dense? For example the same sizes as MudIconButton. |
This issue is now organized in our feature requests project Note: the issue is closed but that doesn't mean that this won't be implemented. Check the project to see how it is scheduled. If enough users vote for a different scheduling it can be changed. Also, if you want to PR this feature you may do so any time. You can still discuss this feature here! |
Is your feature request related to a problem? Please describe.
Sometimes MudCheckBox takes up a lot of space because of the "hoover circle" around it. This makes it hard to make compact designs where a checkbox is part of it. Somehow MudTable manages to shink it's size anyway, but here the circle overlaps the other rows.
Describe the solution you'd like
A Dense="true" option on MudCheckBox would be awesome.
The smaller of the circles here are taken from material.io website:
Describe alternatives you've considered
A haven't found any workarounds yet...
The text was updated successfully, but these errors were encountered: