Skip to content

Commit

Permalink
Align columnsBlock style with Group block
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Apr 5, 2021
1 parent 20b413e commit faae854
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ColumnsBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@

@borderColor: rgba(120, 192, 215, 0.75);

.columns-block {
.block-editor-columnsBlock {
.block-column .ui.block.inner {
.block {
margin-bottom: 0;
}
}

.block.columnsBlock.selected::before,
.block.columnsBlock:hover::before {
border-style: dashed;
}

.column-grid {
margin-right: -0.2rem !important;
margin-left: -0.2rem !important;
Expand Down

0 comments on commit faae854

Please sign in to comment.