From 91e085091f1db09dd6298c50dcea1f70a922dcb2 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 29 Jul 2014 10:04:19 +0100 Subject: Add min-height for iframe --- app/assets/stylesheets/responsive/_attachments_layout.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; +} -- cgit v1.2.3