Skip to content

Commit 26fad95

Browse files
committed
Twenty Twenty: Ensure Latest Posts block set to 2 columns displays accordingly in the Editor.
This brings consistency between block editor and front-end rendering. Props smit08, mukesh27, sabernhardt, multidots1896. Fixes #56175. git-svn-id: https://develop.svn.wordpress.org/trunk@54166 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4086157 commit 26fad95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
@@ -1026,7 +1026,7 @@ hr.wp-block-separator.is-style-dots::before {
10261026
border-style: solid;
10271027
border-width: 2px 0 0;
10281028
line-height: 1.25;
1029-
margin: 20px 0 16px 16px;
1029+
margin: 20px 0 16px 10px;
10301030
padding-top: 12px;
10311031
}
10321032

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
@@ -1030,7 +1030,7 @@ hr.wp-block-separator.is-style-dots::before {
10301030
border-style: solid;
10311031
border-width: 2px 0 0;
10321032
line-height: 1.25;
1033-
margin: 20px 16px 16px 0;
1033+
margin: 20px 10px 16px 0;
10341034
padding-top: 12px;
10351035
}
10361036

0 commit comments

Comments
 (0)