diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 7cf2533fc..1a73196a1 100644 Binary files a/netbox/project-static/dist/netbox.css and b/netbox/project-static/dist/netbox.css differ diff --git a/netbox/project-static/styles/transitional/_tables.scss b/netbox/project-static/styles/transitional/_tables.scss index 0af11f9cd..6429fd1aa 100644 --- a/netbox/project-static/styles/transitional/_tables.scss +++ b/netbox/project-static/styles/transitional/_tables.scss @@ -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
elements inside table cells