Skip to content

Commit 31836dd

Browse files
committed
fix: remove padding from inline code container
1 parent 4a1c7a0 commit 31836dd

File tree

1 file changed

+0
-1
lines changed
  • packages/x-markdown/src/components/CodeLine

1 file changed

+0
-1
lines changed

packages/x-markdown/src/components/CodeLine/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ const getTokenStyle = (token: ThemedToken): CSSProperties => {
8484
overflow: hidden;
8585
font-size: 14px;
8686
background: rgba(0, 0, 0, 0.03);
87-
padding: 2px 4px;
8887
}
8988
9089
/* 暗色主题容器 */

0 commit comments

Comments
 (0)