diff options
author | Martin Wright <martin@mysociety.org> | 2018-03-29 09:35:55 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-04-06 17:43:30 +0100 |
commit | 6d058ab426fa8083b35b1a635a19533ee4f0c388 (patch) | |
tree | 48ffd1fe1b8d903bed76c4219389238872f59060 | |
parent | 2a569a3b42465cfb51ae5073d6885ed758072ecf (diff) |
Fix for table alignment on reports summary page
-rw-r--r-- | web/cobrands/sass/_dashboard.scss | 2 |
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) > * { |