Update static/js/pages/bgp_dampened.js

This commit is contained in:
Blackwhitebear8 2025-10-31 20:06:20 +01:00
parent a49b0332bf
commit a81ba6648a

View file

@ -120,7 +120,9 @@ function populateTable(tableBodyId, summaryId, data) {
return part;
}).join(' ');
pathCell.innerHTML = pathLinks;
pathCell.style.wordBreak = "break-all";
// HIER IS DE WIJZIGING:
pathCell.style.whiteSpace = "nowrap";
});
} else {
let row = tableBody.insertRow();