aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_dashboard.scss
diff options
context:
space:
mode:
authorMartin Wright <martin@mysociety.org>2018-03-28 15:24:21 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-04-06 17:43:30 +0100
commit2a569a3b42465cfb51ae5073d6885ed758072ecf (patch)
tree64da2244b9f79f214eecfc325954e642838d99a8 /web/cobrands/sass/_dashboard.scss
parentb02794bd4f3070d302a965cd2b9e04d430a7cddc (diff)
No longer horizontally align label with JS.
Fixes positioning bugs in all versions of IE due to calculating the wrong horizontal position.
Diffstat (limited to 'web/cobrands/sass/_dashboard.scss')
-rw-r--r--web/cobrands/sass/_dashboard.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/cobrands/sass/_dashboard.scss b/web/cobrands/sass/_dashboard.scss
index 0fbff88e9..6867e0be4 100644
--- a/web/cobrands/sass/_dashboard.scss
+++ b/web/cobrands/sass/_dashboard.scss
@@ -98,6 +98,8 @@
position: absolute;
margin-top: -1em;
margin-#{$right}: 0;
+ right: 0;
+ width: 18%; // 20% padding from .labelled-line-chart, 2% gutter
}
}
@@ -348,4 +350,4 @@
margin-#{$right}: 1.5em !important;
}
}
-} \ No newline at end of file
+}