diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-05-15 15:35:16 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-05-15 15:35:16 +0100 |
commit | 2e7204a0e441e5278782877b10a3bae04f58f0cd (patch) | |
tree | cf2512c192b3d663d63c7c38e72fdc76246b765a | |
parent | 20682af8ff834c39e4cadbe14cf5f6c26b16eb89 (diff) | |
parent | 740b7fde134eab717c769021562ea9ed2c814600 (diff) |
Merge branch 'release/0.18' of ssh://git.mysociety.org/data/git/public/alaveteli into release/0.18
-rw-r--r-- | app/assets/stylesheets/main.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index 3118eab3d..8aa8010ae 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -134,6 +134,10 @@ overflow:visible; margin:0; } +#wrapper_google_embed iframe { +min-height: 800px; +} + #content { position:relative; width:875px; |