Refs #35003 -- Corrected "wide" form margins in admin for LTR languages.

This commit is contained in:
Tom Carrick 2023-12-01 06:07:32 +01:00 committed by GitHub
parent 999ba9db6d
commit be06c39abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -190,13 +190,6 @@ fieldset .fieldBox {
width: 200px;
}
form .wide p,
form .wide ul.errorlist,
form .wide input + p.help,
form .wide input + div.help {
margin-left: 200px;
}
form .wide p.help,
form .wide div.help {
padding-left: 50px;