Twenty Twenty: Correct heading blocks alignment in editor styles.

This explicitly sets top and bottom margins instead of defining all four sides in shorthand notation.

Props sabernhardt, Lumne.
Fixes #51148.

git-svn-id: https://develop.svn.wordpress.org/trunk@49507 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-11-05 15:00:18 +00:00
parent 33111495b2
commit 691408de7f
2 changed files with 4 additions and 2 deletions

View File

@@ -246,7 +246,8 @@ Inter variable font. Usage:
font-weight: 700;
letter-spacing: -0.0415625em;
line-height: 1.25;
margin: 40px 0 25px;
margin-top: 40px;
margin-bottom: 25px;
}
.editor-post-title__block .editor-post-title__input,

View File

@@ -246,7 +246,8 @@ Inter variable font. Usage:
font-weight: 700;
letter-spacing: -0.0415625em;
line-height: 1.25;
margin: 40px 0 25px;
margin-top: 40px;
margin-bottom: 25px;
}
.editor-post-title__block .editor-post-title__input,