Skip to content

Commit

Permalink
fix: revert break-all in FormLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
joshenlim committed Jul 19, 2022
1 parent d687bbc commit 489cbd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Layout/FormLayout/FormLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ export function FormLayout({
className={[
__styles.label_before.base,
__styles.label_before.size[size],
'break-all',
].join(' ')}
id={id + '-before'}
>
Expand Down

0 comments on commit 489cbd0

Please sign in to comment.