浏览代码

Removed top padding from quote blocks's paragraph element (#3974)

Jason Crist 4 年之前
父节点
当前提交
09d1411b46
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      blockbase/assets/ponyfill.css
  2. 1 0
      blockbase/sass/blocks/_quote.scss

+ 1 - 0
blockbase/assets/ponyfill.css

@@ -678,6 +678,7 @@ p.has-drop-cap:not(:focus):first-letter {
 .wp-block-quote.is-style-large p,
 .wp-block-quote p {
 	font-style: unset;
+	margin-top: 0px;
 }
 
 .wp-block-quote.is-style-large .wp-block-quote__citation,

+ 1 - 0
blockbase/sass/blocks/_quote.scss

@@ -2,6 +2,7 @@
 .wp-block-quote {
 	p {
 		font-style: unset;
+		margin-top: 0px;
 	}
 	.wp-block-quote__citation, // For the editor
 	cite {