diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-05-10 16:30:55 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-05-10 16:30:55 +0100 |
commit | 8eaf26c962c4941a302975630035c24f1e5f55ef (patch) | |
tree | 4428b44a83d784ff9469d5f456ec65c206739f26 /web/cobrands | |
parent | 8142ab98cb9e0c095f628e2d413fb0cc67753073 (diff) |
Improve printing of report page in Firefox.
For some reason if the content is floated, Firefox leaves a very large
gap that actually blanks out the content underneath it.
Diffstat (limited to 'web/cobrands')
-rw-r--r-- | web/cobrands/sass/_base.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index eaa0113a5..6af6d88ff 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1819,7 +1819,11 @@ table.nicetable { margin: 3em; } - #main-nav, + // Firefox leaves a big blanking gap if the content is floated... + .content { float: none !important; } + + .shadow-wrap, + .nav-wrapper, #nav-link, .admin-nav, .olControlAttribution, |