1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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

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