Skip to content

Commit

Permalink
Fixed #35003 -- Corrected margins in admin for RTL languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
knyghty authored Nov 30, 2023
1 parent 37fc832 commit b34a477
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions django/contrib/admin/static/admin/css/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ form ul.inline li {

form .aligned p.help,
form .aligned div.help {
margin-left: 0;
margin-right: 160px;
padding-right: 10px;
}
Expand All @@ -169,14 +170,6 @@ form .wide p.help, form .wide div.help {
padding-right: 50px;
}

form .wide p,
form .wide ul.errorlist,
form .wide input + p.help,
form .wide input + div.help {
margin-right: 200px;
margin-left: 0px;
}

.submit-row {
text-align: right;
}
Expand Down

0 comments on commit b34a477

Please sign in to comment.