Changed bottom padding to 1.5rem in modal-main (#5156)

This commit is contained in:
AdithyaPadmashali 2023-01-03 13:15:47 +05:30 committed by GitHub
parent f7a288e4a5
commit 75b9c8c408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4500,7 +4500,7 @@ input[type="text"] {
}
.modal-main {
padding-bottom: 5rem;
padding-bottom: 1.5rem;
}
.modal-footer-btn {
@ -6854,4 +6854,4 @@ tbody {
}
}
}
}