Opened 98 minutes ago

Last modified 98 minutes 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: Unreviewed
Has patch: no 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 (1)

comment:1 by Tom Carrick, 98 minutes ago

Owner: set to Tom Carrick
Status: newassigned
Note: See TracTickets for help on using tickets.
Back to Top