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

Commit 489cbd0

Browse files
committed
fix: revert break-all in FormLayout
1 parent d687bbc commit 489cbd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/lib/Layout/FormLayout/FormLayout.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ export function FormLayout({
163163
className={[
164164
__styles.label_before.base,
165165
__styles.label_before.size[size],
166-
'break-all',
167166
].join(' ')}
168167
id={id + '-before'}
169168
>

0 commit comments

Comments
 (0)