-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[TextField] applying style height doesn't move all the elements properly #835
Comments
I know we also have props for cc: @oliviertassinari do you also wanna take a look at this? I feel like some code would need to change in the TextField source.. |
We have kind of the same issue when we change the font size. |
This is causing me pain as well. |
It's nasty, but until we get something better in place, I'm using negative top margin: floatingLabelStyle={{
marginTop: -10
}} |
I hope the above solution helps for now. TextField requires a re-write to do away with the styling issues. I am closing this issue for now. If someone who has this issue does not gets help from the above solutions, please leave a comment below. |
.MuiInput-input-25 { |
choosing a shorter height to collapse the space between multiple vertically listed fields doesn't reposition the label, floating text label or input correctly
The text was updated successfully, but these errors were encountered: