From ea49566fdc2b9cf3bd99cd4f611502a6023e31ae Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Wed, 4 Sep 2024 13:34:12 -0700 Subject: [PATCH] 17353 fix margin --- netbox/templates/dcim/device.html | 2 +- netbox/templates/dcim/site.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 994e6c530..b74d4b5f6 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -63,7 +63,7 @@ {% if object.latitude and object.longitude %} {% if config.MAPS_URL %} -
+
{% trans "Map" %} diff --git a/netbox/templates/dcim/site.html b/netbox/templates/dcim/site.html index 62c7dbf15..bf73b5386 100644 --- a/netbox/templates/dcim/site.html +++ b/netbox/templates/dcim/site.html @@ -95,7 +95,7 @@ {% if object.latitude and object.longitude %} {% if config.MAPS_URL %} -