Browse Source

Remove padding for center and left aligned lists.

Michael Cain 5 years ago
parent
commit
21b3ab9162
2 changed files with 4 additions and 0 deletions
  1. 2 0
      varia/sass/blocks/list/_editor.scss
  2. 2 0
      varia/sass/blocks/list/_style.scss

+ 2 - 0
varia/sass/blocks/list/_editor.scss

@@ -6,11 +6,13 @@ ol {
 	// Utility classes
 	&.aligncenter {
 		list-style-position: inside;
+		padding: 0;
 	}
 
 	&.alignright {
 		list-style-position: inside;
 		text-align: right;
+		padding: 0;
 	}
 }
 

+ 2 - 0
varia/sass/blocks/list/_style.scss

@@ -7,11 +7,13 @@ ol {
 	// Utility classes
 	&.aligncenter {
 		list-style-position: inside;
+		padding: 0;
 	}
 
 	&.alignright {
 		list-style-position: inside;
 		text-align: right;
+		padding: 0;
 	}
 }