mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 09:53:34 -06:00
Fixes #15760: Permit breaking of long words for wrap within object attribute tables
This commit is contained in:
parent
c9bd59ab02
commit
174865b9aa
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -37,6 +37,11 @@ table.attr-table {
|
|||||||
border-bottom-style: hidden;
|
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
|
// Remove bottom margin from <pre> elements inside table cells
|
||||||
|
Loading…
Reference in New Issue
Block a user