Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Fix custom column width appearance combined with the Overlap columns block style #653

Merged
merged 1 commit into from
Oct 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions assets/css/ie-editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 34 additions & 33 deletions assets/css/ie.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion assets/sass/05-blocks/columns/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@

&.is-style-twentytwentyone-columns-overlap {

justify-content: space-around;

@include media(laptop) {

.wp-block-column {
flex-grow: 1;

&:nth-child(2n) {
margin-left: calc(-2 * var(--global--spacing-horizontal));
Expand Down
7 changes: 4 additions & 3 deletions style-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.