mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-27 01:46:12 +01:00
Fix items alignment
This commit is contained in:
@@ -305,7 +305,7 @@ export function ExpenseForm({ group, expense, onSubmit, onDelete }: Props) {
|
|||||||
)
|
)
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<div className="flex gap-1 items-baseline">
|
<div className="flex gap-1 items-center">
|
||||||
{form.getValues().splitMode ===
|
{form.getValues().splitMode ===
|
||||||
'BY_AMOUNT' && sharesLabel}
|
'BY_AMOUNT' && sharesLabel}
|
||||||
<FormControl>
|
<FormControl>
|
||||||
|
|||||||
Reference in New Issue
Block a user