Skip to content

MudTextField: Fix break style if label text too long#10805

Merged
danielchalmers merged 2 commits into
MudBlazor:devfrom
charles7668:fix/fix-textfield-with-long-text
Feb 5, 2025
Merged

MudTextField: Fix break style if label text too long#10805
danielchalmers merged 2 commits into
MudBlazor:devfrom
charles7668:fix/fix-textfield-with-long-text

Conversation

@charles7668
Copy link
Copy Markdown
Contributor

@charles7668 charles7668 commented Feb 4, 2025

Description

close #10759

How Has This Been Tested?

Add a test page

Type of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (fix or improvement to the website or code docs)

msedge_YMoHQyueoT

Checklist

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@github-actions github-actions Bot added bug Unexpected behavior or functionality not working as intended PR: needs review labels Feb 4, 2025
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Feb 4, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see the fix, looks good. Can't determine what this is for though?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Set min-width to 0 to allow the fieldset to be smaller than its content size.

Copy link
Copy Markdown
Member

@danielchalmers danielchalmers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @charles7668 !

@danielchalmers danielchalmers merged commit 27154fd into MudBlazor:dev Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Unexpected behavior or functionality not working as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Long label in MudTextField breaks the components style

4 participants