1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #7215: Prevent rack elevations from overlapping when higher width is specified

This commit is contained in:
jeremystretch
2021-10-04 13:41:16 -04:00
parent c818d63043
commit b5884a5b54
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@
{% if page %}
<div style="white-space: nowrap; overflow-x: scroll;">
{% for rack in page %}
<div style="display: inline-block; margin-right: 12px; width: 254px">
<div style="display: inline-block; margin-right: 12px">
<div style="margin-left: 30px">
<div class="text-center">
<strong><a href="{% url 'dcim:rack' pk=rack.pk %}">{{ rack.name }}</a></strong>