Fixes #15760: Permit breaking of long words for wrap within object attribute tables

This commit is contained in:
Jeremy Stretch 2024-04-19 12:20:35 -04:00
parent c9bd59ab02
commit 174865b9aa
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -37,6 +37,11 @@ table.attr-table {
border-bottom-style: hidden;
}
// Permit breaking of words which don't fit on one line in the cell
td {
overflow-wrap: anywhere;
}
}
// Remove bottom margin from <pre> elements inside table cells