Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
bd9fe62f38
commit
914e717d42
+35
-1
@@ -144,8 +144,42 @@
|
||||
h1, h2, h3, h4 { font-family: var(--font-serif); letter-spacing: -0.01em; }
|
||||
}
|
||||
|
||||
/* Custom form editor: table + caption styling */
|
||||
/* Custom form editor: table + list + caption styling */
|
||||
.ProseMirror table { border-collapse: collapse; margin: 8px 0; width: 100%; table-layout: fixed; }
|
||||
.ProseMirror th, .ProseMirror td { border: 1px solid #999; padding: 6px 8px; vertical-align: top; min-width: 40px; }
|
||||
.ProseMirror th { background: #f3f4f6; font-weight: 600; text-align: left; }
|
||||
.ProseMirror .selectedCell { background: rgba(59,130,246,0.15); }
|
||||
.ProseMirror ul,
|
||||
.ProseMirror ol {
|
||||
margin: 0.5rem 0;
|
||||
list-style-position: outside;
|
||||
}
|
||||
.ProseMirror ul {
|
||||
list-style-type: disc !important;
|
||||
padding-inline-start: 1.5rem;
|
||||
}
|
||||
.ProseMirror ul ul {
|
||||
list-style-type: circle !important;
|
||||
}
|
||||
.ProseMirror ul ul ul {
|
||||
list-style-type: square !important;
|
||||
}
|
||||
.ProseMirror ol {
|
||||
list-style-type: decimal !important;
|
||||
padding-inline-start: 1.75rem;
|
||||
}
|
||||
.ProseMirror ol ol {
|
||||
list-style-type: lower-alpha !important;
|
||||
}
|
||||
.ProseMirror ol ol ol {
|
||||
list-style-type: lower-roman !important;
|
||||
}
|
||||
.ProseMirror li {
|
||||
display: list-item;
|
||||
}
|
||||
.ProseMirror li > p {
|
||||
margin: 0;
|
||||
}
|
||||
.ProseMirror li::marker {
|
||||
color: var(--color-foreground);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user