From cb33881d2c4c762b217b4ef158886f1cb2fadcea Mon Sep 17 00:00:00 2001 From: rdujardin Date: Thu, 28 Jul 2016 16:27:39 +0200 Subject: [PATCH] Fix display bug (overflow) on BIND exports pages --- netbox/templates/dns/bind_export.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netbox/templates/dns/bind_export.html b/netbox/templates/dns/bind_export.html index db7f12107..4784d46a9 100644 --- a/netbox/templates/dns/bind_export.html +++ b/netbox/templates/dns/bind_export.html @@ -20,7 +20,7 @@
{% for z in zones %} -
+
{{ z.id }} @@ -29,8 +29,8 @@ Select
- -
+ +
{{ z.content }}