Increase padding in the editor for certain full-aligned block types to better match the front end.
This commit is contained in:
parent
c4037b49dd
commit
39bf75c149
1 changed files with 3 additions and 3 deletions
|
@ -49,9 +49,9 @@
|
|||
|
||||
.wp-block-columns.alignfull,
|
||||
.wp-block-latest-comments.alignfull,
|
||||
.editor-block-list__block[data-align="full"] .wp-block-file {
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
.editor-block-list__layout .editor-block-list__block[data-align=full] {
|
||||
padding-left: 60px;
|
||||
padding-right: 60px;
|
||||
}
|
||||
|
||||
/* Title */
|
||||
|
|
Loading…
Reference in a new issue