From d7e70f0cce717ae3c2fbe7f3c36f11fdfe7bd8a7 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Fri, 10 Nov 2023 01:34:04 +0300 Subject: [PATCH] Fixed iframe width --- src/styles/app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/app.scss b/src/styles/app.scss index aae2cac2..0154c247 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -1035,6 +1035,7 @@ details { iframe { border: none; color: rgb(255 255 255 / 0%); + max-width: 100%; } .lead {