mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
tweak(ui): number collection styling
This commit is contained in:
@@ -222,7 +222,7 @@ const NumberListItemContent = memo(
|
||||
return (
|
||||
<>
|
||||
<GridItem>
|
||||
<FormLabel m={0}>{index + 1}.</FormLabel>
|
||||
<FormLabel ps={1} m={0}>{index + 1}.</FormLabel>
|
||||
</GridItem>
|
||||
<GridItem>
|
||||
<CompositeNumberInput
|
||||
|
||||
Reference in New Issue
Block a user