From c58bfa680b9001cbddf7c0864a8161bda5fb0706 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Thu, 8 Apr 2021 10:43:00 +0100 Subject: [PATCH] fix(gatsby-plugin-image): Don't inherit all img styles --- packages/gatsby-plugin-image/src/gatsby-ssr.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/gatsby-plugin-image/src/gatsby-ssr.tsx b/packages/gatsby-plugin-image/src/gatsby-ssr.tsx index a4a0815974b56..c3afcf772298c 100644 --- a/packages/gatsby-plugin-image/src/gatsby-ssr.tsx +++ b/packages/gatsby-plugin-image/src/gatsby-ssr.tsx @@ -22,7 +22,6 @@ export function onRenderBody({ setHeadComponents }: RenderBodyArgs): void { overflow: hidden; } .gatsby-image-wrapper img { - all: inherit; bottom: 0; height: 100%; left: 0;