update ul paddingLeft

This commit is contained in:
fantasticit 2023-01-08 14:40:32 +08:00
parent a40840397b
commit a8c338b6ef
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
.ProseMirror { .ProseMirror {
ol, ol,
ul { ul {
padding-left: 28px; padding-left: 18px;
p { p {
margin: 0; margin: 0;
@ -63,9 +63,9 @@
border: 1px solid var(--semi-color-border); border: 1px solid var(--semi-color-border);
border-radius: 2px; border-radius: 2px;
> input { > input {
display: none; display: none;
} }
&::after { &::after {
position: absolute; position: absolute;