diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-09 19:33:43 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-09 19:33:43 +0100 |
commit | c206cf26fe01016baea45442488b57885f202a8d (patch) | |
tree | 088f43b48fa57b8dd5327c6fdf92325e9d349518 | |
parent | 55fde7fc5af4a803c9974dfeeae185eb85a2d51f (diff) |
Enforce a min-height on the container for oxfordshire map
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index a5b73eeb7..7e1f50f66 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -99,7 +99,10 @@ body.twothirdswidthpage { } // To prevent font size larger interfering with the fixed Oxfordshire layout -.container { width: auto; } +.container { + width: auto; + min-height: 550px; +} .full-width { width: 464px; } .shadow-wrap { width: 464px; } |