Skip to content

Commit ea4f729

Browse files
committed
fix(ui): minor UI adjustments on modal-actions
1 parent 88f0957 commit ea4f729

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/css/styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,10 @@ body {
10311031
.modal-actions {
10321032
display: flex;
10331033
justify-content: flex-end;
1034-
gap: var(--space-sm);
1034+
gap: var(--space-md);
1035+
margin-top: var(--space-lg);
1036+
padding-top: var(--space-lg);
1037+
border-top: 1px solid var(--color-border);
10351038
}
10361039

10371040
.modal-content label {

0 commit comments

Comments
 (0)