We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4499c7 commit b5fc52eCopy full SHA for b5fc52e
1 file changed
application/shared-webapp/ui/components/Field.tsx
@@ -47,7 +47,7 @@ function FieldGroup({ className, ...props }: React.ComponentProps<"div">) {
47
);
48
}
49
50
-const fieldVariants = cva("group/field flex w-full gap-3 data-[invalid=true]:text-destructive", {
+const fieldVariants = cva("group/field relative flex w-full gap-3 data-[invalid=true]:text-destructive", {
51
variants: {
52
orientation: {
53
vertical: ["flex-col [&>*]:w-full [&>.sr-only]:w-auto"],
0 commit comments