Skip to content

Commit 46972d5

Browse files
authored
Merge pull request #2647 from alphagov/fix-table-wrapping-on-live-questions-page
Fix content wrapping on live questions page
2 parents 39fcbe7 + 328023f commit 46972d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/frontend/styles/_app_translation_table.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
.app-translation-table .govuk-table__cell {
1212
height: 100%;
1313
width: 37.5%;
14+
word-wrap: break-word; // Fallback for older browsers only
15+
overflow-wrap: break-word;
1416
}
1517

1618
.app-translation-table--two-column .govuk-table__cell {

0 commit comments

Comments
 (0)