fix: diff position when click-to-edit

This commit is contained in:
Tienson Qin
2023-10-03 07:57:27 +08:00
parent 801f7861e2
commit 5153b81004
5 changed files with 82 additions and 83 deletions

View File

@@ -10,11 +10,6 @@
border-radius: 5px;
}
.editor-wrapper {
width: 100%;
margin: 0 auto;
}
.editor-inner {
position: relative;
display: flex;
@@ -83,6 +78,3 @@ pre {
width: 135px;
}
}