Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimise RTL styling #82

Closed
guywillis opened this issue Mar 7, 2024 · 0 comments · Fixed by #83
Closed

Optimise RTL styling #82

guywillis opened this issue Mar 7, 2024 · 0 comments · Fixed by #83
Assignees

Comments

@guywillis
Copy link
Contributor

Subject of the enhancement

The RTL styling present in the plugin LESS file could be optimised a touch better by utilising the padding-inline property instead of the current approach.

The padding-inline property values do not require an associated RTL version as the property inherits the body direction.

Not ie11 compatible:

@guywillis guywillis self-assigned this Mar 7, 2024
github-actions bot pushed a commit that referenced this issue Apr 5, 2024
## [5.4.2](v5.4.1...v5.4.2) (2024-04-05)

### Fix

* RTL optimisations (fixes #82) (#83) ([4a7c390](4a7c390)), closes [#82](#82) [#83](#83)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant