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:
@@ -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
|
||||
|
Reference in New Issue
Block a user