mirror of
https://github.com/django/django.git
synced 2024-12-28 03:55:50 +00:00
[4.2.x] Refs #33781 -- Restored alignment for admin split-field timezone warnings for RTL languages.
Regression inf3e2bb0833
. Backport of73ae8545ae
from main
This commit is contained in:
parent
b0b769769e
commit
12561b7021
@ -143,7 +143,8 @@ form .aligned div.help {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
form .aligned .checkbox-row + .help {
|
||||
form .aligned .checkbox-row + .help,
|
||||
form .aligned p.datetime div.help.timezonewarning {
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user