From d3b3121652b4dad16e262e55ce61a1445c0ab51e Mon Sep 17 00:00:00 2001 From: jasmussen Date: Mon, 4 Jun 2018 08:23:00 +0200 Subject: [PATCH] Remove Quote specific styles. --- core-blocks/quote/editor.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core-blocks/quote/editor.scss b/core-blocks/quote/editor.scss index 68eb9e9ca38068..d4a9379c5a1cbf 100644 --- a/core-blocks/quote/editor.scss +++ b/core-blocks/quote/editor.scss @@ -1,10 +1,6 @@ .wp-block-quote { margin: 0; - // compensate nested blocks for collapsing margins - padding-top: 1px; - padding-bottom: 1px; - cite { display: block; }