TeamWertarbyte / material-ui-time-picker

A time picker for Material-UI.
https://mui.wertarbyte.com/#material-ui-time-picker
MIT License
127 stars 20 forks source link

This doesn't look right... #3

Closed Aditya94A closed 7 years ago

Aditya94A commented 7 years ago
screenshot 2017-10-17 16 43 31
<TimeInput mode="12h"  />

I'm on the latest chrome, 1920p, Windows.

leMaik commented 7 years ago

image

I'll look into this asap.

Edit: I found a fix, will update it soon.

leMaik commented 7 years ago

This was caused by box-sizing being set to border-box on every element by an external CSS rule. Since this is pretty common, I fixed the time picker to work with any box-sizing.