Fix select vertical offset in inline forms

This commit is contained in:
copilot-swe-agent[bot] 2026-07-02 16:37:34 +00:00 committed by GitHub
parent 7748e45cb6
commit 709e165354
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -363,7 +363,8 @@ button.danger {
margin-bottom: 4px; margin-bottom: 4px;
} }
.inline-form input { .inline-form input,
.inline-form select {
margin-bottom: 0; margin-bottom: 0;
} }