From bd1f1f479669cedf8821295e357875a5502594de Mon Sep 17 00:00:00 2001 From: Mayank <9084735+mayank99@users.noreply.github.com> Date: Sun, 3 Sep 2023 12:18:43 -0400 Subject: [PATCH] add missing max-width for `video` --- package/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/index.css b/package/index.css index 0394d91..b4f4bf0 100644 --- a/package/index.css +++ b/package/index.css @@ -66,7 +66,7 @@ display: block; } -:where(img, picture, svg) { +:where(img, picture, svg, video) { max-inline-size: 100%; block-size: auto; }