Merge pull request #2304 from Automattic/fix/#2059
#2059 - Pique: Blocks with Wide Alignment Displayed Incorrectly When Nested Inside Block with Full Alignment
This commit is contained in:
commit
280e62b7ee
2 changed files with 9 additions and 1 deletions
|
@ -58,6 +58,14 @@ body.archive .alignwide {
|
|||
}
|
||||
}
|
||||
|
||||
body:not(.pique-sidebar).pique-singular .alignfull .alignwide,
|
||||
body.home .alignfull .alignwide,
|
||||
body.blog .alignfull .alignwide,
|
||||
body.archive .alignfull .alignwide {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
body:not(.pique-sidebar).pique-singular .wp-block-embed.is-type-video.alignfull iframe,
|
||||
body:not(.pique-sidebar).pique-singular .wp-block-embed.is-type-video.alignwide iframe,
|
||||
body.home .wp-block-embed.is-type-video.alignfull iframe,
|
||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: https://wordpress.com/themes/pique/
|
|||
Author: Automattic
|
||||
Author URI: http://wordpress.com/themes/
|
||||
Description: A one-page scrolling theme for small businesses.
|
||||
Version: 1.4.8-wpcom
|
||||
Version: 1.4.9-wpcom
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: pique
|
||||
|
|
Loading…
Reference in a new issue