From c2e64efd659572f754810a05629ddb1713db983c Mon Sep 17 00:00:00 2001 From: Robert Bogos <146744221+robert-bogos@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:52:07 +0200 Subject: [PATCH] [MWPW-167165] Fix for vimeo video not showing in modal (#3636) * fix for modal video not showing * fix for vimeo video not showing in modal --- libs/blocks/modal/modal.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/blocks/modal/modal.css b/libs/blocks/modal/modal.css index b20f93e686..99465bf4e9 100644 --- a/libs/blocks/modal/modal.css +++ b/libs/blocks/modal/modal.css @@ -238,6 +238,10 @@ width: fit-content; } + .dialog-modal .embed-vimeo { + min-width: 80vw; + } + .dialog-modal.tall-video { --modal-width-var: 50vw;