From 8346d393ce9d2ddf49da3d39aa2b9d394d28bec5 Mon Sep 17 00:00:00 2001 From: Artyom <32810520+AaronPorts@users.noreply.github.com> Date: Wed, 24 Aug 2022 19:06:50 +0300 Subject: [PATCH] IframeWidget min-height reduce to 80px --- src/components/Widgets/IframeWidget.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Widgets/IframeWidget.vue b/src/components/Widgets/IframeWidget.vue index 39dbb013..01d101d4 100644 --- a/src/components/Widgets/IframeWidget.vue +++ b/src/components/Widgets/IframeWidget.vue @@ -48,7 +48,7 @@ export default { .iframe-widget { iframe { width: 100%; - min-height: 240px; + min-height: 80px; border: 0; } }