fix(mu): avoid unwanted word-break in table elements
(cherry picked from commit b9cd9933a43c75670eb960d931ee4ea39400284a)
This commit is contained in:
@@ -325,6 +325,10 @@ class HtmlUtils {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table, td, th {
|
||||||
|
word-break: normal !important;
|
||||||
|
}
|
||||||
|
|
||||||
${styleCSS ?? ''}
|
${styleCSS ?? ''}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user