Skip to content

Commit

Permalink
tweak(ui): number collection styling
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Jan 17, 2025
1 parent 30165f6 commit 9dcbe3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dcbe3c

Please sign in to comment.