Skip to content

Commit

Permalink
Fix stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Mar 23, 2021
1 parent fc21b15 commit 06aba53
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/manage/Blocks/Group/editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.block.group.selected::before,
.block.group:hover::before {
border-style: dashed;
border-radius: .5rem;
border-radius: 0.5rem;
}

.section-block {
Expand All @@ -40,9 +40,9 @@
}

.blocks-chooser {
margin-top: 50px;
left: auto;
right: 0;
left: auto;
margin-top: 50px;
}

.block-toolbar {
Expand All @@ -63,6 +63,5 @@
padding: 3px;
padding-right: 0;
}

}
}

0 comments on commit 06aba53

Please sign in to comment.