Skip to content

Commit

Permalink
Blocks: Fill column height when not selected
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Jun 29, 2018
1 parent 41a7288 commit da1b626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-blocks/columns/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
flex: 1;
width: 0;

&.is-selected > .editor-block-list__block-edit {
.editor-block-list__block-edit {
flex-basis: 100%;
}
}
Expand Down

0 comments on commit da1b626

Please sign in to comment.