瀏覽代碼

Skatepark: Remove line-height from comments block

Not required - the same is applied via global styles
Sarah Norris 4 年之前
父節點
當前提交
991f658ea5
共有 2 個文件被更改,包括 0 次插入7 次删除
  1. 0 4
      skatepark/assets/theme.css
  2. 0 3
      skatepark/sass/blocks/_post-comments.scss

+ 0 - 4
skatepark/assets/theme.css

@@ -109,10 +109,6 @@
 	background-color: var(--wp--custom--button--color--text);
 }
 
-.wp-block-post-comments {
-	line-height: var(--wp--custom--body--typography--line-height);
-}
-
 .wp-block-post-comments .reply {
 	margin-bottom: var(--wp--custom--margin--vertical);
 }

+ 0 - 3
skatepark/sass/blocks/_post-comments.scss

@@ -1,9 +1,6 @@
 @import "../../../blockbase/sass/blocks/button-mixins";
 
 .wp-block-post-comments {
-
-	line-height: var(--wp--custom--body--typography--line-height);
-
 	.reply {
 		margin-bottom: var(--wp--custom--margin--vertical);