Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed May 30, 2024
1 parent 967eeb3 commit b8a0b62
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions packages/editor/src/components/page-attributes/style.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
.editor-post-parent__panel, .editor-post-order__panel {
.editor-post-parent__panel,
.editor-post-order__panel {
padding-top: $grid-unit-10;
.editor-post-panel__row-control > div {
width: 100%;
}
}

.editor-post-parent__panel, .editor-post-order__panel {
.editor-post-panel__row-control > div {
width: 100%;
}
}

.editor-post-parent__panel-dialog .editor-post-parent, .editor-post-order__panel-dialog .editor-post-order {
.editor-post-parent__panel-dialog .editor-post-parent,
.editor-post-order__panel-dialog .editor-post-order {
// sidebar width - popover padding - form margin
min-width: $sidebar-width - $grid-unit-20 - $grid-unit-20;
margin: $grid-unit-10;
}
}

0 comments on commit b8a0b62

Please sign in to comment.