Browse Source

Removed paragraph margin gap styles. They no longer seem to be needed. (#4845)

* Removed paragraph margin gap styles.  They no longer seem to be needed.

* Add back needed paragraph styles

* add back missing file

Co-authored-by: Ben Dwyer <ben@scruffian.com>
Jason Crist 3 years ago
parent
commit
a0c8030981
2 changed files with 0 additions and 10 deletions
  1. 0 4
      blockbase/assets/ponyfill.css
  2. 0 6
      blockbase/sass/base/_text.scss

+ 0 - 4
blockbase/assets/ponyfill.css

@@ -226,10 +226,6 @@ p {
 	margin-bottom: 1em;
 }
 
-.wp-block-column :first-child, .wp-block-group :first-child {
-	margin-top: 0;
-}
-
 .image-no-margin {
 	margin: 0;
 }

+ 0 - 6
blockbase/sass/base/_text.scss

@@ -5,9 +5,3 @@ p {
 	margin-top: 1em;
 	margin-bottom: 1em;
 }
-
-.wp-block-column, .wp-block-group {
-	:first-child {
-		margin-top: 0;
-	}
-}