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
parent b0c4451324
commit cfe81b5e00

View File

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