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

CardHeader: Removed wrapping div from ChildContent (#3053) #3070

Merged
merged 1 commit into from
Oct 17, 2021
Merged

CardHeader: Removed wrapping div from ChildContent (#3053) #3070

merged 1 commit into from
Oct 17, 2021

Conversation

Garderoben
Copy link
Member

@Garderoben Garderoben commented Oct 16, 2021

Description

When the card header specific render fragments was not and regular ChildContent is used the content was wrapped in a div preventing expected default behavior.

fixes #3053

How Has This Been Tested?

Manual testing

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.

@Garderoben Garderoben added the bug Something does not work as intended/expected label Oct 16, 2021
@Garderoben Garderoben added this to the 5.2.0 milestone Oct 16, 2021
@Garderoben Garderoben merged commit a4e192f into MudBlazor:dev Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Empty div in MudCardHeader prevents MudSpacer from working as expected
1 participant