diff --git a/src/wp-content/themes/twentyfifteen/css/editor-style.css b/src/wp-content/themes/twentyfifteen/css/editor-style.css index 33db931ff1..b3cdd0f17c 100644 --- a/src/wp-content/themes/twentyfifteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfifteen/css/editor-style.css @@ -238,6 +238,11 @@ li > ol { margin: 0 0 0 23px; } +blockquote > ul, +blockquote > ol { + margin-left: 28px; +} + dl { margin: 0 0 28px; }