Skip to content

Commit

Permalink
Fix alignment for wide blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
madalingorbanescu committed Sep 11, 2020
1 parent 94a00d1 commit ff7b5c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions assets/scss/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
max-width: var(--theme-content-width-wide);
}

> [data-align="wide"] {
max-width: var(--theme-content-width-wide);
}

> [data-align="full"] {
max-width: none;
}
Expand Down
4 changes: 0 additions & 4 deletions editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -645,10 +645,6 @@
.block-editor-block-list__layout .wp-block[data-align=wide] {
max-width: var(--theme-content-width-wide); }

.editor-block-list__layout > [data-align="wide"],
.block-editor-block-list__layout > [data-align="wide"] {
max-width: var(--theme-content-width-wide); }

.editor-block-list__layout > [data-align="full"],
.block-editor-block-list__layout > [data-align="full"] {
max-width: none; }
Expand Down

0 comments on commit ff7b5c4

Please sign in to comment.