diff options
Diffstat (limited to 'web/cobrands/sass/_dashboard.scss')
-rw-r--r-- | web/cobrands/sass/_dashboard.scss | 4 |
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 +} |