mirror of https://github.com/halo-dev/halo
fix: correct ordered list styling issue in editor (#6656)
#### What type of PR is this? /area ui /kind bug /milestone 2.20.x #### What this PR does / why we need it: 修复编辑器中有序列表的样式问题。 #### Which issue(s) this PR fixes: Fixes #6615 #### Does this PR introduce a user-facing change? ```release-note 修复编辑器中有序列表的样式问题。 ```pull/6658/head
parent
8ab8a440b6
commit
46793af0bd
|
@ -75,7 +75,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul,
|
||||||
|
ol {
|
||||||
list-style-type: revert-layer;
|
list-style-type: revert-layer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue