mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed #35375 -- Fixed tabular inline admin original line to be on the right in RTL.
This commit is contained in:
parent
dd23821208
commit
2bcf555763
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user