fix: svg math symbols are not inlined

This commit is contained in:
Paul Pan 2024-03-16 16:46:26 +08:00
parent 573227d79c
commit df7f87d6bf

View File

@ -1,3 +1,7 @@
.react-markdown {
padding: 16px;
svg {
display: inline;
}
}