diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2024-01-08 12:29:20 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2024-01-08 12:29:20 -0500 |
| commit | 4566900f9cfcc837e56c590c9344d09a4bc50820 (patch) | |
| tree | 9fe8127776dc60c6f5138674d894c099002b16d0 /src | |
| parent | 0a8e56f80033ce889b38b01f2287cd6fbbe36dd6 (diff) | |
Fix items alignment
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/expense-form.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/expense-form.tsx b/src/components/expense-form.tsx index af3a923..45e34fa 100644 --- a/src/components/expense-form.tsx +++ b/src/components/expense-form.tsx @@ -305,7 +305,7 @@ export function ExpenseForm({ group, expense, onSubmit, onDelete }: Props) { ) return ( <div> - <div className="flex gap-1 items-baseline"> + <div className="flex gap-1 items-center"> {form.getValues().splitMode === 'BY_AMOUNT' && sharesLabel} <FormControl> |
