mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-30 02:58:37 +08:00
refactor(ValidateForm): update form-footer margin (#2501)
This commit is contained in:
parent
93859683f8
commit
8e23c2f5a1
@ -792,9 +792,9 @@ form .table .table-cell > textarea {
|
||||
}
|
||||
|
||||
.modal-body .form-footer {
|
||||
margin: .5rem -1rem -0.5rem 1rem;
|
||||
padding: 0.5rem 1rem 0 1rem;
|
||||
border-top: 1px solid #dee2e6;
|
||||
margin: 1rem -1rem -.5rem -1rem;
|
||||
padding: .5rem 1rem 0 1rem;
|
||||
border-top: 1px solid var(---bs-border-color);
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user