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

Fix floating label text cut off in select elements #39483

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Feb 29, 2024

  1. Fix max-width

    louismaximepiton committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    27cf0cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    842385f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    0e77622 View commit details
    Browse the repository at this point in the history
  2. Use consistent padding for input and select elements

    Only apply extra padding to textareas where it is needed, and use CSS variables to avoid duplicating complex selectors.
    theodorejb committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    232b4a5 View commit details
    Browse the repository at this point in the history