diff --git a/themes/fid_adlr/scss/components/_tables.scss b/themes/fid_adlr/scss/components/_tables.scss index 197aaa4058a5429e0557d72f9343849d098fb9e2..2f4869d4958ed242ebe96a766757c219a04a843d 100644 --- a/themes/fid_adlr/scss/components/_tables.scss +++ b/themes/fid_adlr/scss/components/_tables.scss @@ -27,6 +27,8 @@ table { > tr { > td { color: $asphalt; + // add break to prevent overflow #22627 + word-break: break-word; } > th,