mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-02-25 12:29:16 -05:00
link to material-ui issue about date picker sizing
This commit is contained in:
parent
f4c70803d3
commit
6426745c8c
@ -47,6 +47,7 @@ const SmallStaticDatePicker = (props: StaticDatePickerProps<Date>) => {
|
|||||||
// seems plenty big enough (on desktop). Not sure why material-ui wants
|
// seems plenty big enough (on desktop). Not sure why material-ui wants
|
||||||
// to make it bigger but that doesn't work well with our layout.
|
// to make it bigger but that doesn't work well with our layout.
|
||||||
// This adjustment is a fragile hack but seems to work for now.
|
// This adjustment is a fragile hack but seems to work for now.
|
||||||
|
// See: https://github.com/mui-org/material-ui/issues/27700
|
||||||
const DATE_SIZE = 32;
|
const DATE_SIZE = 32;
|
||||||
return (
|
return (
|
||||||
<Box
|
<Box
|
||||||
|
Loading…
x
Reference in New Issue
Block a user