aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-07-29 10:04:19 +0100
committerLouise Crow <louise.crow@gmail.com>2014-07-29 10:04:19 +0100
commit91e085091f1db09dd6298c50dcea1f70a922dcb2 (patch)
tree732b8db565aed05330773b977c021605399595f2
parent958c4f2a41bfaa8949b4ee466265c70843dd459d (diff)
Add min-height for iframe0.18.0.8hotfix/0.18.0.8
-rw-r--r--app/assets/stylesheets/responsive/_attachments_layout.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/responsive/_attachments_layout.scss b/app/assets/stylesheets/responsive/_attachments_layout.scss
index 1eedc601b..b41210a5f 100644
--- a/app/assets/stylesheets/responsive/_attachments_layout.scss
+++ b/app/assets/stylesheets/responsive/_attachments_layout.scss
@@ -61,6 +61,8 @@
}
}
-
+#wrapper_google_embed iframe {
+ min-height: 800px;
+}