diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
index c3261fd203..ef4db9ba3d 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
1091 | 1091 | .editor-styles-wrapper ol.block-editor-block-list__block, |
1092 | 1092 | .editor-styles-wrapper ul ul, |
1093 | 1093 | .editor-styles-wrapper ol ul { |
1094 | | padding-right: 1.3em; |
| 1094 | padding-right: 10%; |
1095 | 1095 | } |
1096 | 1096 | |
1097 | 1097 | /* Block: Post Template ---------------- */ |
diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 11a3a33f50..8f227c5331 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
1091 | 1091 | .editor-styles-wrapper ol.block-editor-block-list__block, |
1092 | 1092 | .editor-styles-wrapper ul ul, |
1093 | 1093 | .editor-styles-wrapper ol ul { |
1094 | | padding-left: 1.3em; |
| 1094 | padding-left: 10%; |
1095 | 1095 | } |
1096 | 1096 | |
1097 | 1097 | /* Block: Post Template ---------------- */ |