Skip to content

Commit

Permalink
FIO-7591: Error messages wrapping on letter instead of on word
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinanciani committed Jan 8, 2024
1 parent c148e86 commit a19d231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/formio.form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ body.formio-dialog-open {

.formio-component .table {
margin-bottom: 0;
word-break: break-all;
word-break: break-word;
}

.formio-component-htmlelement {
Expand Down Expand Up @@ -999,7 +999,7 @@ body.formio-dialog-open {

.datagrid-table {
&>tbody>tr>td {
word-break: break-all;
word-break: auto-phrase;
}
}

Expand Down

0 comments on commit a19d231

Please sign in to comment.