diff --git a/netbox_topology_views/templates/netbox_topology_views/rack_elevation.html b/netbox_topology_views/templates/netbox_topology_views/rack_elevation.html index a6d3928..72d78a3 100644 --- a/netbox_topology_views/templates/netbox_topology_views/rack_elevation.html +++ b/netbox_topology_views/templates/netbox_topology_views/rack_elevation.html @@ -211,8 +211,8 @@ nodeContainer.className = 'rack-topology-device-list'; nodeContainer.style.display = 'flex'; nodeContainer.style.flexDirection = 'column'; - nodeContainer.style.gap = '40px'; - nodeContainer.style.rowGap = '40px'; + nodeContainer.style.gap = '20px'; + nodeContainer.style.rowGap = '20px'; column.appendChild(nodeContainer); group.nodes.sort((a, b) => group.descUnits ? (a.position || 0) - (b.position || 0)