Skip to content

Commit

Permalink
fix(details): Add margin-bottom
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Sep 24, 2024
1 parent d280a47 commit 3ad466e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/DetailsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default {
div.details {
display: flex;
align-items: start;
margin-bottom: 0.5em;
gap: 4px;
border: 1px solid var(--color-border-dark) !important;
Expand Down

0 comments on commit 3ad466e

Please sign in to comment.