summaryrefslogtreecommitdiff
path: root/reports/reports.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-11-06 15:05:40 +0100
committerJules Laplace <julescarbon@gmail.com>2018-11-06 15:05:40 +0100
commitaacdf0fa056b51000ff88479da479ded3f36b59c (patch)
treede9e221ffd9bf8c67ef54607d6267f00b5233312 /reports/reports.css
parent002e72bb172c34bb71756f9e6c23294913f1ef85 (diff)
we geocoding
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;
+}