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 Claude Paroz, 6 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham, 6 years ago

Summary: Fix aligned `ul`s for RTL languages in adminaligned <ul>'s are incorrectly positioned for RTL languages in admin

comment:3 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: newclosed

In 0e7a9525:

Fixed #29690 -- Fixed aligned <ul> positioning for RTL languages in admin.

Note: See TracTickets for help on using tickets.
Back to Top