mirror of
https://github.com/spliit-app/spliit.git
synced 2025-12-06 09:29:39 +01:00
Fix items alignment
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user