diff --git a/src/main/resources/static/css/dark/reports.css b/src/main/resources/static/css/dark/reports.css
index f3429dbd794594eae9568818f630914ce915a575..d789ff4300d73ef55753c49fa2861e4da9a86a74 100644
--- a/src/main/resources/static/css/dark/reports.css
+++ b/src/main/resources/static/css/dark/reports.css
@@ -5,7 +5,7 @@
 
 .report-checkbox-container {
     margin-bottom: 0.5rem;
-    display: inline-table;
+    display: table;
 }
 
 #columnNames {
diff --git a/src/main/resources/static/css/reports.css b/src/main/resources/static/css/reports.css
index cf00b7ffab011c31d73fc506dee6ed3b1c391269..b6d62562a2f8532993100af5b3eea883596132d9 100644
--- a/src/main/resources/static/css/reports.css
+++ b/src/main/resources/static/css/reports.css
@@ -5,7 +5,7 @@
 
 .report-checkbox-container {
     margin-bottom: 0.5rem;
-    display: inline-table;
+    display: table;
 }
 
 #columnNames {