diff --git a/core/lib/utils/html/html_utils.dart b/core/lib/utils/html/html_utils.dart
index f8387f67f..0fe3597e7 100644
--- a/core/lib/utils/html/html_utils.dart
+++ b/core/lib/utils/html/html_utils.dart
@@ -325,6 +325,10 @@ class HtmlUtils {
}
}
+ table, td, th {
+ word-break: normal !important;
+ }
+
${styleCSS ?? ''}