mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-02-03 18:06:02 -05:00
make time pickers full width
Now they vertically align with the max video duration.
This commit is contained in:
parent
85da157cf4
commit
2215032a78
@ -31,7 +31,7 @@ const MyTimePicker = (
|
||||
<TimePicker
|
||||
label="Time"
|
||||
views={["hours", "minutes", "seconds"]}
|
||||
renderInput={(params) => <TextField size="small" {...params} />}
|
||||
renderInput={(params) => <TextField fullWidth size="small" {...params} />}
|
||||
inputFormat="HH:mm:ss"
|
||||
mask="__:__:__"
|
||||
ampm={false}
|
||||
|
Loading…
x
Reference in New Issue
Block a user