We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df7405e + e18b39d commit 79c36d9Copy full SHA for 79c36d9
framework/elsa/fit-elsa-react/src/components/note/editor.css
@@ -3,6 +3,22 @@ body {
3
line-height: 1.4;
4
}
5
6
+ol, ul {
7
+ display: block !important;
8
+ margin-block-start: 1em !important;
9
+ margin-block-end: 1em !important;
10
+ padding-inline-start: 40px !important;
11
+ unicode-bidi: isolate !important;
12
+}
13
+
14
+ol {
15
+ list-style-type: decimal !important;
16
17
18
+ul {
19
+ list-style-type: disc !important;
20
21
22
table {
23
border-collapse: collapse
24
@@ -99,4 +115,4 @@ code {
99
115
/* 可选:定义当鼠标悬停在滑块上时的样式 */
100
116
.mce-content-body::-webkit-scrollbar-thumb:hover {
101
117
background-color: rgba(0, 0, 0, 0.7); /* 更深的颜色 */
102
-}
118
0 commit comments