diff options
author | Dave Arter <davea@mysociety.org> | 2016-08-24 15:53:04 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2016-09-08 09:45:59 +0100 |
commit | f6c8fa2f1146abaaa9817f9e64cf388fe068eebd (patch) | |
tree | 6f8b6c618c1cc389e0fdd737b319e0d4ce661cda | |
parent | 82c4b0cfdc4712a1f7b6e8824133d2de2a249b3a (diff) |
[Oxfordshire] Fix narrow nav on admin
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index c9783b14d..7417b7081 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -62,7 +62,7 @@ body.twothirdswidthpage { // To prevent font size larger interfering with the fixed Oxfordshire layout .container { width: auto; } -.full-width { width: 464px; } +body:not(.admin) .full-width { width: 464px; } .shadow-wrap { width: 464px; } .content { width: 432px; } |