We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f0957 commit ea4f729Copy full SHA for ea4f729
1 file changed
src/css/styles.css
@@ -1031,7 +1031,10 @@ body {
1031
.modal-actions {
1032
display: flex;
1033
justify-content: flex-end;
1034
- gap: var(--space-sm);
+ gap: var(--space-md);
1035
+ margin-top: var(--space-lg);
1036
+ padding-top: var(--space-lg);
1037
+ border-top: 1px solid var(--color-border);
1038
}
1039
1040
.modal-content label {
0 commit comments