Opened 3 weeks ago

Last modified 3 weeks ago

#37266 assigned Cleanup/optimization

Use logical properties and values in CSS

Reported by: Tom Carrick Owned by: Tom Carrick
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: yes

Description

Following https://github.com/django/new-features/issues/148

To copy the problem statement:

When changing CSS and HTML in the admin we often run into problems with RTL styles. By switching to logical properties we can reduce the number of these issues we encounter and make it easier to make changes in the admin.

Change History (3)

comment:1 by Tom Carrick, 3 weeks ago

Owner: set to Tom Carrick
Status: newassigned

comment:2 by Tom Carrick, 3 weeks ago

Has patch: set

comment:3 by Jacob Walls, 3 weeks ago

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