diff --git a/netbox/project-static/netbox.scss b/netbox/project-static/netbox.scss index dda69e76d..5b41ad2bb 100644 --- a/netbox/project-static/netbox.scss +++ b/netbox/project-static/netbox.scss @@ -186,6 +186,9 @@ pre { .card-header + .card-body { padding-top: 0; } + .card-body { + overflow-x: auto; + } } .form-floating { diff --git a/netbox/templates/generic/object_bulk_edit.html b/netbox/templates/generic/object_bulk_edit.html index 1aba4da7a..0f48c0d25 100644 --- a/netbox/templates/generic/object_bulk_edit.html +++ b/netbox/templates/generic/object_bulk_edit.html @@ -13,10 +13,12 @@ {% for field in form.hidden_fields %} {{ field }} {% endfor %} -