tiptap: remove margin of p in list

This commit is contained in:
fantasticit 2022-06-13 18:07:26 +08:00
parent 6c1c29ee1a
commit b38d6ce507
1 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,10 @@
ol,
ul {
padding-left: 28px;
p {
margin: 0;
}
}
li > ul,
@ -41,10 +45,6 @@
padding: 0;
list-style: none;
p {
margin: 0;
}
li {
position: relative;
display: flex;