diff --git a/public/resources/css/module/_code.scss b/public/resources/css/module/_code.scss index 738348186c..0ed7cd4a59 100644 --- a/public/resources/css/module/_code.scss +++ b/public/resources/css/module/_code.scss @@ -6,7 +6,12 @@ .cp_embed_iframe { overflow: hidden; - width: 240px !important; + + @media handheld and (max-width: $phone-breakpoint), + screen and (max-device-width: $phone-breakpoint), + screen and (max-width: $tablet-breakpoint) { + width: 240px !important; + } }