Skip to content

Commit

Permalink
chore: add small gap between MCDA layers in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
albaranau committed Sep 12, 2024
1 parent f8c81e9 commit 62b3829
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/features/mcda/components/MCDALayerEditor/style.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.editor {
display: flex;
flex-direction: column;
gap: var(--unit);
margin-bottom: var(--unit);
margin-right: calc(-1 * var(--half-unit));
}

0 comments on commit 62b3829

Please sign in to comment.