Skip to content

Commit 4a8f88d

Browse files
feat:fix JavaScript arrow (#483)
Co-authored-by: [email protected] <[email protected]>
1 parent 22a7da2 commit 4a8f88d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/App.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,14 @@ img.selected {
279279
padding: 0 !important;
280280
background-color: transparent !important;
281281
}
282+
.vuepress-markdown-body .arrow {
283+
display: inline !important;
284+
}
285+
.vuepress-markdown-body
286+
.arrow.up,
287+
.arrow.down,
288+
.arrow.left,
289+
.arrow.right {
290+
display: inline-block !important;
291+
}
282292
</style>

0 commit comments

Comments
 (0)