From 655d9840f80e1a7fcb57e275e71ab46d7b8b19ec Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 15 Aug 2022 11:19:47 -0500 Subject: [PATCH] fix(blog): height auto img (#4327) Co-authored-by: Nate Moore --- examples/blog/src/styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/blog/src/styles/global.css b/examples/blog/src/styles/global.css index 0f544009d..999782ff2 100644 --- a/examples/blog/src/styles/global.css +++ b/examples/blog/src/styles/global.css @@ -46,6 +46,7 @@ table { } img { max-width: 100%; + height: auto; } code { padding: 2px 5px;