Merge pull request #3698 from bonanitech/fix-select-box-alignment

Fix select boxes vertical alignment
This commit is contained in:
Nick O'Leary 2022-06-27 14:18:34 +01:00 committed by GitHub
commit a6e247326b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
.inject-time-row {
padding-left: 110px;
}
.inject-time-row select {
.inject-time-row:not(#inject-time-row-interval) select {
margin: 3px 0;
}
.inject-time-days label {