mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-02-09 04:38:09 -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
|
<TimePicker
|
||||||
label="Time"
|
label="Time"
|
||||||
views={["hours", "minutes", "seconds"]}
|
views={["hours", "minutes", "seconds"]}
|
||||||
renderInput={(params) => <TextField size="small" {...params} />}
|
renderInput={(params) => <TextField fullWidth size="small" {...params} />}
|
||||||
inputFormat="HH:mm:ss"
|
inputFormat="HH:mm:ss"
|
||||||
mask="__:__:__"
|
mask="__:__:__"
|
||||||
ampm={false}
|
ampm={false}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user