Fixed overindentation of AdminURLFieldWidget.

Regression in 96a598356a.
This commit is contained in:
Tim Graham 2023-03-29 06:40:35 -04:00 committed by GitHub
parent 5dba5fda55
commit 080e13a6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 17 deletions

View File

@ -94,13 +94,8 @@ form ul.inline li {
padding: 6px 0;
margin-top: 0;
margin-bottom: 0;
margin-left: 170px;
overflow-wrap: break-word;
}
.aligned label + div.readonly,
.aligned label + .datetime {
margin-left: 0;
overflow-wrap: break-word;
}
.aligned ul label {
@ -141,11 +136,6 @@ form .aligned p.datetime div.help.timezonewarning {
font-weight: normal;
}
form .aligned .checkbox-row + .help {
margin-left: 0;
padding-left: 0;
}
form .aligned p.help:last-child,
form .aligned div.help:last-child {
margin-bottom: 0;
@ -188,12 +178,6 @@ form .aligned table p {
width: 610px;
}
.checkbox-row p.help,
.checkbox-row div.help {
margin-left: 0;
padding-left: 0;
}
fieldset .fieldBox {
margin-right: 20px;
}