The `word-break: break-all` style creates unwanted and unexpected breaks in text in tables. Let's remove it. Fixes #2410, fixes #2375, fixes #2120.
@@ -12,6 +12,5 @@ table,
th {
padding: calc( 0.5 * var(--global--spacing-unit) );
border: 1px solid;
- word-break: break-all;
}