diff --git a/addons/web_editor/static/src/scss/web_editor.common.scss b/addons/web_editor/static/src/scss/web_editor.common.scss
index 113d380e77a9ba59b60f289bf767fa1914a8d0b4..ddc6efd50b64ea9c5481fd17fae7a722e0e334bb 100644
--- a/addons/web_editor/static/src/scss/web_editor.common.scss
+++ b/addons/web_editor/static/src/scss/web_editor.common.scss
@@ -81,7 +81,7 @@ ul.o_checklist {
         }
     }
 }
-ul > li.o_indent {
+ol > li.o_indent, ul > li.o_indent {
     margin-left: 0;
     list-style: none;
     &::before {