From 715ec0d72f5ce108af1f64ea62ad96ff92f58e4f Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Tue, 22 Feb 2022 22:17:41 +0100 Subject: [PATCH] DEV: Normalize `ol` and `ul` styling (#16027) --- app/assets/stylesheets/common/foundation/base.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/foundation/base.scss b/app/assets/stylesheets/common/foundation/base.scss index 972e2f7ac7c..c3e28a3a7d0 100644 --- a/app/assets/stylesheets/common/foundation/base.scss +++ b/app/assets/stylesheets/common/foundation/base.scss @@ -62,6 +62,7 @@ hr { // -------------------------------------------------- ul, +ol, dd { margin: 1em 0 1em 1.25em; padding: 0; @@ -73,9 +74,12 @@ dd { clear: both; } -.cooked ul, -.d-editor-preview ul { - padding-left: 1.25em; +.cooked, +.d-editor-preview { + ul, + ol { + padding-left: 1.25em; + } } li,