aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mysociety.org>2018-03-29 09:35:55 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-04-06 17:43:30 +0100
commit6d058ab426fa8083b35b1a635a19533ee4f0c388 (patch)
tree48ffd1fe1b8d903bed76c4219389238872f59060
parent2a569a3b42465cfb51ae5073d6885ed758072ecf (diff)
Fix for table alignment on reports summary page
-rw-r--r--web/cobrands/sass/_dashboard.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/sass/_dashboard.scss b/web/cobrands/sass/_dashboard.scss
index 6867e0be4..3cf59992b 100644
--- a/web/cobrands/sass/_dashboard.scss
+++ b/web/cobrands/sass/_dashboard.scss
@@ -205,7 +205,7 @@
}
th {
- text-align: inherit;
+ text-align: left;
}
tbody tr:nth-child(odd) > * {