diff --git a/core/lib/utils/html/html_utils.dart b/core/lib/utils/html/html_utils.dart
index 7a60023a0..992213cb0 100644
--- a/core/lib/utils/html/html_utils.dart
+++ b/core/lib/utils/html/html_utils.dart
@@ -159,6 +159,16 @@ class HtmlUtils {
table {
white-space: normal !important;
}
+
+ @media only screen and (max-width: 600px) {
+ table {
+ width: 100% !important;
+ }
+
+ a {
+ width: -webkit-fill-available !important;
+ }
+ }
${styleCSS ?? ''}