Fixed #35375 -- Fixed tabular inline admin original line to be on the right in RTL.

This commit is contained in:
Eyal Cherevatsky 2024-04-15 14:47:59 +03:00 committed by Sarah Boyce
parent dd23821208
commit 2bcf555763
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}