mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Twenty Thirteen: Correct alignment of blocks inside a full-width or wide-width group block.
Props sabernhardt. Fixes #51440. git-svn-id: https://develop.svn.wordpress.org/trunk@49508 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -364,7 +364,9 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||
|
||||
/* Group */
|
||||
|
||||
.wp-block[data-type="core/group"] > .editor-block-list__block-edit > div > .wp-block-group > .wp-block-group__inner-container > .editor-inner-blocks > .editor-block-list__layout > .wp-block {
|
||||
.wp-block[data-type="core/group"] > .editor-block-list__block-edit > div > .wp-block-group > .wp-block-group__inner-container > .editor-inner-blocks > .editor-block-list__layout > .wp-block,
|
||||
[data-align="wide"] .wp-block,
|
||||
[data-align="full"] .wp-block {
|
||||
max-width: 634px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user