Skip to content

Commit

Permalink
Misc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBurrBurr committed Apr 3, 2021
1 parent 025c6e6 commit ec7bba0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/components/ConfigEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,16 @@
</script>

<style lang="scss">
.config-editor {
margin-bottom: 1em;
.config-editor {
margin-bottom: 1em;
&:last-child {
margin-bottom: 0;
}
}
&:last-child {
margin-bottom: 0;
}
}
.config-uncategorized {
border: 0 solid var(--color-border);
padding: 0 1em 1em;
}
.config-uncategorized {
border: 0 solid var(--color-border);
padding: 0 1em 1em;
}
</style>

0 comments on commit ec7bba0

Please sign in to comment.