Skip to content

Commit

Permalink
Columns block: Fix column width when editing
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Oct 18, 2018
1 parent cfba143 commit 1ca6139
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions packages/block-library/src/columns/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@
flex-grow: 0;
}

// On medium-sized viewports, allow any amount of columns.
@include break-medium() {
flex-basis: inherit;
}

// Add space between columns. Themes can customize this if they wish to work differently.
// This has to match the same padding applied in style.scss.
// Only apply this beyond the mobile breakpoint, as there's only a single column on mobile.
Expand Down
5 changes: 0 additions & 5 deletions packages/block-library/src/columns/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
flex-grow: 0;
}

// On medium-sized viewports, allow any amount of columns.
@include break-medium() {
flex-basis: inherit;
}

// Add space between columns. Themes can customize this if they wish to work differently.
// Only apply this beyond the mobile breakpoint, as there's only a single column on mobile.
@include break-small() {
Expand Down

0 comments on commit 1ca6139

Please sign in to comment.