Skip to content

Commit 533bbb4

Browse files
committed
Minor
1 parent 71dde48 commit 533bbb4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/firecms_core/src/form/EntityForm.tsx

+2-4
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,7 @@ function EntityFormInternal<M extends Record<string, any>>({
407407
{pluginActions}
408408
</div>}
409409

410-
<div
411-
className="pl-4 pr-4 pt-12 pb-16 md:pl-8"
412-
>
410+
<div className="pl-4 pr-4 pt-12 pb-16 md:pl-8">
413411
<div
414412
className={`w-full py-2 flex flex-col items-start mt-${4 + (pluginActions ? 8 : 0)} lg:mt-${8 + (pluginActions ? 8 : 0)} mb-8`}>
415413

@@ -418,7 +416,7 @@ function EntityFormInternal<M extends Record<string, any>>({
418416
variant={"h4"}>{inputCollection.singularName ?? inputCollection.name}
419417
</Typography>
420418
<Alert color={"base"} className={"w-full"} size={"small"}>
421-
<code className={"text-sm select-all"}>{path}/{entityId}</code>
419+
<code className={"text-xs select-all"}>{path}/{entityId}</code>
422420
</Alert>
423421
</div>
424422

0 commit comments

Comments
 (0)