Skip to content

Commit

Permalink
Fixed #35375 -- Fixed tabular inline admin original line to be on the…
Browse files Browse the repository at this point in the history
… right in RTL.
  • Loading branch information
eyalch authored and sarahboyce committed Apr 15, 2024
1 parent dd23821 commit 2bcf555
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions django/contrib/admin/static/admin/css/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ form .form-row p.datetime {
margin-right: 2px;
}

.inline-group .tabular td.original p {
right: 0;
}

.selector .selector-chooser {
margin: 0;
}

0 comments on commit 2bcf555

Please sign in to comment.