MudButtonGroup: Fix tooltip wrapped icon button alignment#13292
Merged
danielchalmers merged 1 commit intoJun 18, 2026
Merged
Conversation
Member
|
Hi! Could you post a before and after video/screenshots? |
Contributor
Author
|
Hi! I've added after screenshot. Before: original screenshot from #7003 showing the border mismatch with tooltip-wrapped mixed After: updated
|
Member
|
Thank you! |
3 tasks
This was referenced Jun 27, 2026
This was referenced Jul 2, 2026
This was referenced Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Fixes tooltip-wrapped mixed
MudIconButtonandMudButtoncontent insideMudButtonGroup.The tooltip wrapper was rendered as a direct child of the button group, which could prevent wrapped icon buttons from stretching consistently with regular buttons. Making direct tooltip wrappers flex items inside the button group keeps the button borders aligned.
Fixes #7003
How Has This Been Tested?
dotnet build src\MudBlazor\MudBlazor.csproj --no-restore --nologodotnet build src\MudBlazor.UnitTests\MudBlazor.UnitTests.csproj --no-restore /p:SkipBunCompile=true --nologodotnet run --project src\MudBlazor.UnitTests\MudBlazor.UnitTests.csproj --no-build --no-restore -- --filter "FullyQualifiedName~ButtonGroupTests" --output Normal --no-ansi --hangdump --hangdump-timeout 30sMudBlazor.UnitTests.Viewerwith mixed tooltip-wrapped icon and text buttons.