diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2018-12-12 16:27:30 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-13 16:00:36 +0000 |
commit | 7aa0c362dfe81ac880e92e0d46ca30a43bb14179 (patch) | |
tree | a80b0d8bffb9798247ef3e587230da96da60f751 /web | |
parent | 760629b7d648e1abd4ae855ee0308d1e3151dc24 (diff) |
Increase clickable area for "Back to all reports" link
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_base.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 93e71a67e..15b42cc3e 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1312,8 +1312,8 @@ input.final-submit { display: block; font-size: 1em; line-height: 1.2em; - margin-bottom: 1em; - padding-bottom: 0.8em; + margin: -1em -1em 1em -1em; + padding: 0.9em 1em; border-bottom: 0.2em solid #eee; &:link, &:visited, &:hover { |