Skip to content

Commit

Permalink
🐛 fix: fix markdown
Browse files Browse the repository at this point in the history
🐛 fix: revert
  • Loading branch information
arvinxx committed Jun 19, 2024
1 parent a024d2b commit ebd5f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Markdown/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const useStyles = createStyles(
margin-block: ${marginMultiple * -0.75}em;
/* 解决只有一个子节点时高度坍缩的问题 */
:only-child {
:first-child:not(:has(*)) {
margin-block: 0;
}
Expand Down

0 comments on commit ebd5f7a

Please sign in to comment.