Skip to content

Commit

Permalink
fix: correct ordered list styling issue in editor (#6656)
Browse files Browse the repository at this point in the history
#### 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
修复编辑器中有序列表的样式问题。
```
  • Loading branch information
ruibaby committed Sep 13, 2024
1 parent 8ab8a44 commit 46793af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/packages/editor/src/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
}
}

ul {
ul,
ol {
list-style-type: revert-layer;
}

Expand Down

0 comments on commit 46793af

Please sign in to comment.