refactor(ValidateForm): update form-footer margin (#2501)

This commit is contained in:
Argo Zhang 2023-12-07 10:32:40 +08:00 committed by GitHub
parent 93859683f8
commit 8e23c2f5a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -792,9 +792,9 @@ form .table .table-cell > textarea {
} }
.modal-body .form-footer { .modal-body .form-footer {
margin: .5rem -1rem -0.5rem 1rem; margin: 1rem -1rem -.5rem -1rem;
padding: 0.5rem 1rem 0 1rem; padding: .5rem 1rem 0 1rem;
border-top: 1px solid #dee2e6; border-top: 1px solid var(---bs-border-color);
text-align: right; text-align: right;
} }