From a19d231a263db782bddfbbc76382be1bf03b8086 Mon Sep 17 00:00:00 2001 From: Edwin Anciani Date: Mon, 8 Jan 2024 14:17:12 -0600 Subject: [PATCH] FIO-7591: Error messages wrapping on letter instead of on word --- src/sass/formio.form.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/formio.form.scss b/src/sass/formio.form.scss index a7e3c9c2b8..6f5c232ea2 100644 --- a/src/sass/formio.form.scss +++ b/src/sass/formio.form.scss @@ -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 { @@ -999,7 +999,7 @@ body.formio-dialog-open { .datagrid-table { &>tbody>tr>td { - word-break: break-all; + word-break: auto-phrase; } }