summaryrefslogtreecommitdiff
path: root/reports/reports.css
diff options
context:
space:
mode:
Diffstat (limited to 'reports/reports.css')
-rw-r--r--reports/reports.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/reports/reports.css b/reports/reports.css
index 69372951..1cdb88c1 100644
--- a/reports/reports.css
+++ b/reports/reports.css
@@ -1,2 +1,6 @@
body { font-size: smaller; }
-td,th { vertical-align: top; } \ No newline at end of file
+td,th { vertical-align: top; }
+td {
+ max-width: 500px;
+ overflow: hidden;
+}