Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Mar 25, 2024
1 parent d03241b commit ba965f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/editor/src/components/template-areas/style.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.editor-template-areas {
margin-top: $grid-unit-20;
&__list {
margin: 0;
margin-top: $grid-unit-20;
&__list {
margin: 0;
> li {
margin: 0;
}
}

&__item {
&__item {
width: 100%;

// Override the default padding.
Expand All @@ -20,4 +20,4 @@
h3.components-heading.editor-template-areas__title {
font-weight: 500;
margin: 0 0 $grid-unit-10;
}
}

0 comments on commit ba965f3

Please sign in to comment.