From 2215032a781ba408d81bcf20eee7636377979cd6 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Wed, 17 Mar 2021 11:18:01 -0700 Subject: [PATCH] make time pickers full width Now they vertically align with the max video duration. --- ui/src/List/TimerangeSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/List/TimerangeSelector.tsx b/ui/src/List/TimerangeSelector.tsx index c3046bc..2e5d53e 100644 --- a/ui/src/List/TimerangeSelector.tsx +++ b/ui/src/List/TimerangeSelector.tsx @@ -31,7 +31,7 @@ const MyTimePicker = ( } + renderInput={(params) => } inputFormat="HH:mm:ss" mask="__:__:__" ampm={false}