Skip to content

Commit 5a4811e

Browse files
authored
Fix: Move delete button away from enable (#663)
Fixes #662 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Style** - Added vertical spacing above action buttons for improved layout. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2 parents 31d7a21 + edc3904 commit 5a4811e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/renderer/src/components/accounts/EditImporter.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
.actionButtonsWrapper {
1818
display: flex;
1919
justify-content: space-between;
20+
margin-top: 20px;
2021
}
2122

2223
.formGroup {

0 commit comments

Comments
 (0)