-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Override TextField width #466
Labels
component: text field
This is the name of the generic UI component, not the React module!
Comments
I have the same problem and i didn't even found a way to set pass a class to an specific textfield so i can change the style myself. Any way of doing this? |
me too. I'm passing a className to the textfield component then set it's width.... |
Dupe of #393 |
This was referenced Apr 14, 2021
This was referenced Apr 26, 2021
oliviertassinari
added
the
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
label
Dec 25, 2022
zannager
added
component: text field
This is the name of the generic UI component, not the React module!
and removed
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
labels
Jan 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inside the materialui/src/less/variables/custom-variables.less it states that @input-width: 320px; .. how can i override it ? i've tried @input-width: 100px inside my custom-overrides.less but still nothing happens . pls help.. thank you
The text was updated successfully, but these errors were encountered: