Fix: some buttons incorrectly aligned in 2.8.4 (#6715)

This commit is contained in:
shamoon
2024-05-13 17:26:41 -07:00
committed by GitHub
parent 953ba9160e
commit f45daa9445
2 changed files with 4 additions and 2 deletions

View File

@@ -31,6 +31,9 @@ form {
.input-group .btn {
border-color: rgba(255, 255, 255, 0.2);
color: var(--pngx-primary-text-contrast);
padding-top: .15rem;
padding-bottom: .15rem;
min-height: calc(1.3em + 0.5rem + calc(var(--bs-border-width) * 2)) !important;
}
.form-control {