Skip to content

Commit

Permalink
fix(core): svg preview issue in safari (#4838)
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwikner authored Aug 21, 2023
1 parent f44593e commit 6a041b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const MediaWrapper = styled.span<{
& svg {
display: block;
flex: 1;
font-size: calc(21 / 16 * 1em);
}
Expand Down

2 comments on commit 6a041b3

@vercel
Copy link

@vercel vercel bot commented on 6a041b3 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

performance-studio – ./

performance-studio-git-next.sanity.build
performance-studio.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 6a041b3 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio-git-next.sanity.build
test-studio.sanity.build

Please sign in to comment.