fix: Adjust the Schedular select width

So the long names do not get cut off.
This commit is contained in:
blessedcoolant 2023-06-19 23:05:32 +12:00 committed by psychedelicious
parent c4c3c96062
commit 6c98700740

View File

@ -6,7 +6,7 @@ import ParamScheduler from './ParamScheduler';
const ParamSchedulerAndModel = () => { const ParamSchedulerAndModel = () => {
return ( return (
<Flex gap={3} w="full"> <Flex gap={3} w="full">
<Box w="20rem"> <Box w="25rem">
<ParamScheduler /> <ParamScheduler />
</Box> </Box>
<Box w="full"> <Box w="full">