Skip to content

Commit 08a81e7

Browse files
committed
Twenty Twenty-One: Fixes List Item Block Margin.
The margin was different depending on the front or back of the editor. This patch is a companion to the next commit incoming from issue 63549. That issue resolves the line-height inconsistency, and this one does not. Props nidhidhandhukiya, ugyensupport, sandeepdahiya, rishabhwp, mleraygp, SirLouen, sabernhardt. Fixes #60196. git-svn-id: https://develop.svn.wordpress.org/trunk@60366 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b286316 commit 08a81e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/wp-content/themes/twentytwentyone/assets/css/style-editor.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2648,3 +2648,6 @@ a {
26482648
.has-red-to-purple-gradient-background {
26492649
background: linear-gradient(160deg, var(--global--color-red), var(--global--color-purple));
26502650
}
2651+
.wp-block-list [data-block] {
2652+
margin: 0;
2653+
}

0 commit comments

Comments
 (0)