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

German locale breaks the UI #1292

Closed
mnemanja opened this issue Aug 29, 2019 · 2 comments
Closed

German locale breaks the UI #1292

mnemanja opened this issue Aug 29, 2019 · 2 comments

Comments

@mnemanja
Copy link

mnemanja commented Aug 29, 2019

A GIF or MEME to give some spice of the internet

Environment

Tech Version
@material-ui/pickers v3.2.4
material-ui v4.3.3
React 16.9.0
Browser chrome
Moment 2.24.0

Expected behavior

The UI should work without it breaking.
Screenshot 2019-08-29 at 14 46 51
The both columns should have the grid value of 6.

Actual behavior

Screenshot 2019-08-29 at 14 44 20
At the moment the breaking layout part has a grid value of 5.

It seems that for some reason the grid elements do not occupy the whole space that they could.

Basically, if the month names are longer then planed (in the german language they receive a (.) dot or March is written without the abbreviation) then the layout gets broken like so.

Aside from that, how would I target those black icons on the blue background to change their color to white?

Thanks!

@lancee
Copy link

lancee commented Sep 4, 2019

Not only German, I think this was caused by

The min-width of .MuiPickersModal-dialogRootWider reduced to 310px (before it was 325px

@mnemanja
Copy link
Author

mnemanja commented Sep 4, 2019

Thanks!

As for my question, is it even possible to change the color of those icons? Before the update they were white.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants