Feat/14573 support more types in form (#15093)

This commit is contained in:
crazywoola
2025-03-06 17:38:50 +08:00
committed by GitHub
parent 5be8fbab56
commit 8369e59b4d
4 changed files with 107 additions and 14 deletions

View File

@@ -425,7 +425,10 @@
.markdown-body ol {
padding-left: 2em;
}
.markdown-body ul[role="listbox"] {
list-style: none !important;
padding-left: 0 !important;
}
.markdown-body blockquote> :first-child {
margin-top: 0;
}
@@ -1035,4 +1038,4 @@
.markdown-body .react-syntax-highlighter-line-number {
color: var(--color-text-quaternary);
}
}