Skip to content

Commit

Permalink
πŸ’„ Update text-wrap style to break-word
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 authored and williamchong committed Jan 3, 2024
1 parent 05fad9a commit 48ec959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class FormField extends Vue {
this.direction === FormField.direction.row
? 'flex-shrink overflow-hidden'
: 'w-full',
'break-all',
'break-word',
'text-dark-gray',
this.contentrootClasses,
this.contentClasses,
Expand Down

0 comments on commit 48ec959

Please sign in to comment.