fix(FormField): ensure full-width styling for input fields
This commit is contained in:
@@ -49,7 +49,7 @@ export const FormField = forwardRef<
|
||||
rows={rows}
|
||||
disabled={disabled}
|
||||
autoFocus={autoFocus}
|
||||
className={`${baseClasses} text-xs text-[var(--muted-foreground)] resize-none ${className}`}
|
||||
className={`${baseClasses} w-full text-xs text-[var(--muted-foreground)] resize-none ${className}`}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user