Skip to content

Commit c27cb6f

Browse files
committed
Fix styling of object jobs table
1 parent 81f0a40 commit c27cb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/templates/core/object_jobs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="row mb-3">
66
<div class="col col-md-12">
77
<div class="card">
8-
<div class="card-body table-responsive">
8+
<div class="table-responsive">
99
{% render_table table 'inc/table.html' %}
1010
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
1111
</div>

0 commit comments

Comments
 (0)