Opened 6 years ago
Closed 6 years ago
#29690 closed Bug (fixed)
aligned <ul>'s are incorrectly positioned for RTL languages in admin
Reported by: | Taha Jahangir | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This is a small CSS fix (in admin UI) for .form ul .aligned
rule in RTL languages (Arabic/Persian/...).
The patch is provided in the following github pull-request:
https://github.com/django/django/pull/10285
Change History (3)
comment:1 by , 6 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 6 years ago
Summary: | Fix aligned `ul`s for RTL languages in admin → aligned <ul>'s are incorrectly positioned for RTL languages in admin |
---|
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 0e7a9525: