1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Refs #33781 -- Restored alignment for admin split-field timezone warnings for RTL languages.

Regression in f3e2bb0833.
This commit is contained in:
Mariusz Felisiak 2023-03-23 10:32:56 +01:00 committed by GitHub
parent 216eb63883
commit 73ae8545ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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