diff --git a/src/components/EntityField.tsx b/src/components/EntityField.tsx index 8a1aead5..7a832b89 100644 --- a/src/components/EntityField.tsx +++ b/src/components/EntityField.tsx @@ -31,25 +31,27 @@ export const EntityField = ({ } return ( - - - -
- {children} -
-
- -

{tooltipContent}

- -
-
-
+
+ + + +
+ {children} +
+
+ +

{tooltipContent}

+ +
+
+
+
); };