Fixed #32029 -- Removed unnecessary margin in admin CSS for horizontal radio inputs.

This commit is contained in:
Matthias Kestenholz 2020-09-23 13:58:26 +02:00 committed by GitHub
parent 01c6caa3e6
commit 01974d7f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ input[type="submit"], button {
margin-bottom: -3px;
}
form .aligned ul.radiolist li + li {
form .aligned ul.radiolist:not(.inline) li + li {
margin-top: 5px;
}