Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit d687bbc

Browse files
committed
fix: add break-all to form layout label
1 parent fc1b794 commit d687bbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/Layout/FormLayout/FormLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ export function FormLayout({
163163
className={[
164164
__styles.label_before.base,
165165
__styles.label_before.size[size],
166+
'break-all',
166167
].join(' ')}
167168
id={id + '-before'}
168169
>

0 commit comments

Comments
 (0)