Skip to content

Commit

Permalink
fix: add break-all to form layout label
Browse files Browse the repository at this point in the history
  • Loading branch information
joshenlim committed Jul 19, 2022
1 parent fc1b794 commit d687bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Layout/FormLayout/FormLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ 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 d687bbc

Please sign in to comment.