mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
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
This commit is contained in:
@@ -1026,7 +1026,7 @@ hr.wp-block-separator.is-style-dots::before {
|
||||
border-style: solid;
|
||||
border-width: 2px 0 0;
|
||||
line-height: 1.25;
|
||||
margin: 20px 0 16px 16px;
|
||||
margin: 20px 0 16px 10px;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1030,7 +1030,7 @@ hr.wp-block-separator.is-style-dots::before {
|
||||
border-style: solid;
|
||||
border-width: 2px 0 0;
|
||||
line-height: 1.25;
|
||||
margin: 20px 16px 16px 0;
|
||||
margin: 20px 10px 16px 0;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user