more consistent styling

This commit is contained in:
Oliver Bryan
2026-01-10 18:55:27 +00:00
parent 6d67d6a7b3
commit e2195e395b
2 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ export function Field({
}, [isTouched, validate, value]);
return (
<div className="flex flex-col gap-1">
<div className="flex flex-col gap-1 w-full">
<div className="flex items-end justify-between w-full text-xs">
<Label htmlFor={label} className="flex items-center text-sm">
{label}