Browse Source

fix safari bug

main
Dan Lebowitz 3 years ago
committed by Dan Abramov
parent
commit
29fbe65acb
  1. 1
      beta/src/components/MDX/MDXComponents.tsx

1
beta/src/components/MDX/MDXComponents.tsx

@ -298,6 +298,7 @@ function IllustrationBlock({
}
.mdx-illustration-block img {
max-height: 200px;
width: auto;
}
.mdx-illustration-block li:after {
top: 0;

Loading…
Cancel
Save