Skip to content

Commit 2de1c49

Browse files
committed
Twenty Twenty: Remove unnecessary .editor-styles-wrapper class
1 parent f2e8e28 commit 2de1c49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ hr.wp-block-separator.is-style-dots::before {
10641064
margin-top: 15px;
10651065
}
10661066

1067-
.editor-styles-wrapper .wp-block-latest-posts__post-full-content p {
1067+
.wp-block-latest-posts__post-full-content p {
10681068
font-family: inherit;
10691069
}
10701070

src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ hr.wp-block-separator.is-style-dots::before {
10681068
margin-top: 15px;
10691069
}
10701070

1071-
.editor-styles-wrapper .wp-block-latest-posts__post-full-content p {
1071+
.wp-block-latest-posts__post-full-content p {
10721072
font-family: inherit;
10731073
}
10741074

0 commit comments

Comments
 (0)