From e6f7052777e2288b098669a31df0a89688ee7962 Mon Sep 17 00:00:00 2001
From: Martin Leblanc <m26lebla@uwaterloo.ca>
Date: Wed, 22 Mar 2023 11:34:59 -0400
Subject: [PATCH] ISTWCMS-6018: Remove the global padding on ordered, unordered
 list to allow default browser spacing

---
 css/uw_ckeditor.css | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/css/uw_ckeditor.css b/css/uw_ckeditor.css
index 258a8273..da6cfdac 100644
--- a/css/uw_ckeditor.css
+++ b/css/uw_ckeditor.css
@@ -44,13 +44,7 @@ kbd > kbd {
 /*list types*/
 ul {
   margin: 0 0 1rem;
-  padding: 0 0 0 1.5rem;
 }
-
-[dir='rtl'] ul {
-  padding: 0 1.5rem 0 0;
-}
-
 ul ul {
   margin: 0.5rem 0 0;
 }
@@ -66,11 +60,6 @@ ul ul {
 }
 ol {
   margin: 0 0 1rem;
-  padding: 0 0 0 1.5rem;
-}
-
-[dir='rtl'] ol {
-  padding: 0 1.5rem 0 0;
 }
 
 ol ol {
@@ -95,7 +84,6 @@ ol ol {
 .decimal {
   list-style: decimal outside none;
   margin: 0;
-  padding: 0 0 1rem 1rem;
 }
 
 .decimal li {
@@ -123,7 +111,6 @@ ol ol {
   list-style: square outside none;
   list-style-type: none;
   margin: 0;
-  padding: 0;
 }
 
 li {
-- 
GitLab