User module: Refactor user.admin.css file

Created on 3 February 2023, almost 2 years ago
Updated 17 February 2023, almost 2 years ago

In user.admin.css file, we have following code. Which can be optimised.

.permissions .permission {
  padding-left: 1.5em; /* LTR */
}
[dir="rtl"] .permissions .permission {
  padding-right: 1.5em;
  padding-left: 0;
}

Instead of having padding-left and padding-right, we can have padding-inline-start. So we will not need

[dir="rtl"] .permissions .permission {
  padding-right: 1.5em;
  padding-left: 0;
}
📌 Task
Status

Closed: duplicate

Version

10.1

Component
User module 

Last updated 5 days ago

Created by

🇮🇳India gauravvvv Delhi, India

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024