mirror of https://github.com/fantasticit/think.git
tiptap: remove margin of p in list
This commit is contained in:
parent
6c1c29ee1a
commit
b38d6ce507
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue