mirror of
https://github.com/Hopiu/django.git
synced 2026-04-19 22:41:09 +00:00
Fixed #32029 -- Removed unnecessary margin in admin CSS for horizontal radio inputs.
This commit is contained in:
parent
01c6caa3e6
commit
01974d7f75
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue