From e540f882a58713a2c1f26893ff5eb2f405679245 Mon Sep 17 00:00:00 2001 From: Narmishka <73436375+Narmishka@users.noreply.github.com> Date: Sat, 8 Jun 2024 09:27:58 +0200 Subject: [PATCH] Fix video going out of flow on mobile (creating horizontal scrolling) (#29622) Co-authored-by: Quentame --- sass/custom/_paulus.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 3af2fd05e58..37cc00450fa 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -490,6 +490,10 @@ article.listing { box-shadow: none; } + video { + max-width: 100%; + } + &>table, &>.entry-content>table { background-color: #f3fcf5;