Skip to content

Fix outlined inputs when label is false #10740

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

Merged
merged 1 commit into from
May 13, 2025
Merged

Conversation

fzaninotto
Copy link
Member

@fzaninotto fzaninotto commented May 13, 2025

Problem

Outlined inputs with no label show a gap in the outline. This prevents form layouts where the label is on the side.

image

Solution

Apply the same fix to other inputs than TextInput. And now we can have side labels:

image

Additional Checks

  • The PR targets master for a bugfix or a documentation fix, or next for a feature
  • [ ] The PR includes unit tests (UI only)
  • The PR includes one or several stories (if not possible, describe why)
  • The documentation is up to date

@slax57 slax57 added this to the 5.8.2 milestone May 13, 2025
@slax57 slax57 merged commit fcdc47a into master May 13, 2025
16 checks passed
@slax57 slax57 deleted the fix-inout-label-false branch May 13, 2025 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Development

Successfully merging this pull request may close these issues.

2 participants