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 #480

Closed
guywillis opened this issue Dec 15, 2023 · 1 comment · Fixed by #481
Closed

Optimise RTL styling #480

guywillis opened this issue Dec 15, 2023 · 1 comment · Fixed by #481
Assignees
Labels
enhancement New feature or request released

Comments

@guywillis
Copy link
Contributor

Subject of the enhancement

The RTL styling present in the button.less, component.less, drawer.less, nav.less and tooltip.less files could be optimised a touch better by utilising the margin-inline property instead of the current approach.

The margin-inline property does not require an associated RTL version as the property inherits the body direction.

Your environment

  • Master
@guywillis guywillis added the enhancement New feature or request label Dec 15, 2023
@guywillis guywillis self-assigned this Dec 15, 2023
@guywillis guywillis moved this from New to Assigned in adapt_framework: The TODO Board Dec 15, 2023
@github-project-automation github-project-automation bot moved this from Assigned to Recently Released in adapt_framework: The TODO Board Dec 19, 2023
github-actions bot pushed a commit that referenced this issue Dec 19, 2023
# [6.44.0](v6.43.2...v6.44.0) (2023-12-19)

### Update

* RTL styling (fixes #480) (#481) ([dae07fc](dae07fc)), closes [#480](#480) [#481](#481)
@oliverfoster
Copy link
Member

🎉 This issue has been resolved in version 6.44.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants