Varia: Remove word-break style in tables
@@ -2321,7 +2321,6 @@ table th,
.wp-block-table th {
padding: calc( 0.5 * 16px);
border: 1px solid;
- word-break: break-all;
}
table.is-style-stripes tbody tr:nth-child(odd),
@@ -2318,7 +2318,6 @@ table th,
@@ -2320,7 +2320,6 @@ table th,
@@ -12,7 +12,6 @@ table,
th {
padding: calc( 0.5 * #{map-deep-get($config-global, "spacing", "unit")} );
&.is-style-stripes tbody tr:nth-child(odd) {
@@ -2354,7 +2354,6 @@ table th,