Skip to content

Commit 9ac01b4

Browse files
committed
fix(ui): incorrect blocks label sizing
1 parent a83ed5e commit 9ac01b4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/ui/src/fields/Blocks/index.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,13 @@ const BlocksFieldComponent: BlocksFieldClientComponent = (props) => {
319319
<RenderCustomComponent
320320
CustomComponent={Label}
321321
Fallback={
322-
<FieldLabel label={label} localized={localized} path={path} required={required} />
322+
<FieldLabel
323+
as="span"
324+
label={label}
325+
localized={localized}
326+
path={path}
327+
required={required}
328+
/>
323329
}
324330
/>
325331
</h3>

0 commit comments

Comments
 (0)