fix(editor): list styling
This commit is contained in:
parent
63865028b8
commit
e716fd1bf9
@ -316,8 +316,8 @@ onBeforeUnmount(() => editor.value?.destroy())
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Table-specific styling */
|
|
||||||
.ProseMirror {
|
.ProseMirror {
|
||||||
|
/* Table-specific styling */
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
@ -371,6 +371,20 @@ onBeforeUnmount(() => editor.value?.destroy())
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Lists
|
||||||
|
ul {
|
||||||
|
margin-left: .5rem;
|
||||||
|
margin-top: 0 !important;
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tableWrapper {
|
.tableWrapper {
|
||||||
@ -387,11 +401,6 @@ ul[data-type="taskList"] {
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-top: 0;
|
|
||||||
|
|
||||||
p {
|
|
||||||
margin-bottom: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user