diff --git a/app/templates/inventory/attributes.html b/app/templates/inventory/attributes.html
index e5c5e2def296101ee82c074aff27c7388f412d89..bd54f1bfaee3b7e19bff531d10a797c805a2c6ec 100644
--- a/app/templates/inventory/attributes.html
+++ b/app/templates/inventory/attributes.html
@@ -26,7 +26,7 @@
 
   <hr class="separator">
 
-  <table id="attributes_table" class="table table-bordered table-hover table-sm">
+  <table id="attributes_table" class="table table-bordered table-hover table-sm" cellspacing="0" width="100%">
     <thead>
       <tr>
         <th>Name</th>
diff --git a/app/templates/inventory/items.html b/app/templates/inventory/items.html
index 9d46616d96b2e7933ae13b23e6a679241748c381..90d6b7f29408e0509f96d1acfbbf1740e187018a 100644
--- a/app/templates/inventory/items.html
+++ b/app/templates/inventory/items.html
@@ -14,7 +14,7 @@
 
   <br>
 
-  <table id="items_table" class="table table-bordered table-hover table-sm">
+  <table id="items_table" class="table table-bordered table-hover table-sm" cellspacing="0" width="100%">
     <thead>
       <tr>
         <th>Id</th>
diff --git a/app/templates/network/hosts.html b/app/templates/network/hosts.html
index b7519e3278fef38a362034a6e9f50dd99e3e4b66..3ee56bd098016fcbd8b53025ac9295008b45164c 100644
--- a/app/templates/network/hosts.html
+++ b/app/templates/network/hosts.html
@@ -14,7 +14,7 @@
 
   <br>
 
-  <table id="hosts_table" class="table table-bordered table-hover table-sm">
+  <table id="hosts_table" class="table table-bordered table-hover table-sm" cellspacing="0" width="100%">
     <thead>
       <tr>
         <th>Hostname</th>
diff --git a/app/templates/network/networks.html b/app/templates/network/networks.html
index d4c98c14b97d3be098dba7e9d145b23c00c2acdc..6d74875378125cd69d127ebe321a06607803471c 100644
--- a/app/templates/network/networks.html
+++ b/app/templates/network/networks.html
@@ -14,7 +14,7 @@
 
   <br>
 
-  <table id="networks_table" class="table table-bordered table-hover table-sm">
+  <table id="networks_table" class="table table-bordered table-hover table-sm" cellspacing="0" width="100%">
     <thead>
       <tr>
         <th>Network scope</th>