Skip to content

Commit

Permalink
Fixed handle position of seed input (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment authored Jul 26, 2023
1 parent 06cc090 commit fde40af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ body {
}
}

.chainner-handle:has(+ .with-label) {
.chainner-handle:has(+ .with-label, + * .with-label) {
margin-top: 1rem;
}

Expand Down

0 comments on commit fde40af

Please sign in to comment.