You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RTL styling present in the preview.less and visua11ySettings.less files could be optimised a touch better by utilising the margin-inline and padding-inline properties instead of the current approach.
The margin-inline and padding-inline properties do not require an associated RTL version as the property inherits the body direction.
Your environment
Master
The text was updated successfully, but these errors were encountered:
Subject of the enhancement
The RTL styling present in the
preview.less
andvisua11ySettings.less
files could be optimised a touch better by utilising the margin-inline and padding-inline properties instead of the current approach.The
margin-inline
andpadding-inline
properties do not require an associated RTL version as the property inherits the body direction.Your environment
The text was updated successfully, but these errors were encountered: