From d9213da268810cc570bd735bda642a430a9efc67 Mon Sep 17 00:00:00 2001 From: k00b Date: Sat, 14 Sep 2024 19:25:25 -0500 Subject: [PATCH] fix overflowed image --- components/text.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/text.module.css b/components/text.module.css index b0d422e5..21b2fa38 100644 --- a/components/text.module.css +++ b/components/text.module.css @@ -205,6 +205,7 @@ .mediaContainer ~ .mediaContainer img, .mediaContainer:has(+ .mediaContainer) img { block-size: revert-layer; + max-width: stretch; } .p:has(> .mediaContainer:only-child) ~ .p:has(> .mediaContainer:only-child) > .mediaContainer:only-child video, .p:has(> .mediaContainer:only-child):has(+ .p > .mediaContainer:only-child) > .mediaContainer:only-child video,