1
0
mirror of https://github.com/django/django.git synced 2025-06-07 12:39:12 +00:00

[4.2.x] Refs #33781 -- Restored alignment for admin split-field timezone warnings for RTL languages.

Regression in f3e2bb0833105f43efc0cc6f19c8465bc1b1a785.
Backport of 73ae8545ae620469550f1adcfe63fb9b9e4f3eb3 from main
This commit is contained in:
Mariusz Felisiak 2023-03-23 10:32:56 +01:00
parent b0b769769e
commit 12561b7021

View File

@ -143,7 +143,8 @@ form .aligned div.help {
padding-right: 10px; padding-right: 10px;
} }
form .aligned .checkbox-row + .help { form .aligned .checkbox-row + .help,
form .aligned p.datetime div.help.timezonewarning {
margin-right: 0; margin-right: 0;
padding-right: 0; padding-right: 0;
} }