Skip to content

Commit 3a74777

Browse files
committedApr 23, 2023
fix: fix the problem of the copy button. (#220)
1 parent 7410757 commit 3a74777

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎core/src/styles/markdown.less

+1-3
Original file line numberDiff line numberDiff line change
@@ -1002,9 +1002,7 @@ body[data-color-mode*='light'] {
10021002

10031003
.wmde-markdown {
10041004
pre {
1005-
&[class*='language-'] {
1006-
position: relative;
1007-
}
1005+
position: relative;
10081006
.copied {
10091007
visibility: hidden;
10101008
display: flex;

0 commit comments

Comments
 (0)
Please sign in to comment.