mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Adjust the Schedular select width
So the long names do not get cut off.
This commit is contained in:
parent
c4c3c96062
commit
6c98700740
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user