Skip to content

Commit

Permalink
fix(gatsby-plugin-image): Don't inherit all img styles (#30754)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Apr 8, 2021
1 parent e0df4cc commit 1a9b830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby-plugin-image/src/gatsby-ssr.tsx
Expand Up @@ -22,7 +22,6 @@ export function onRenderBody({ setHeadComponents }: RenderBodyArgs): void {
overflow: hidden;
}
.gatsby-image-wrapper img {
all: inherit;
bottom: 0;
height: 100%;
left: 0;
Expand Down

0 comments on commit 1a9b830

Please sign in to comment.