The RTL styling present in the pageNav.less file could be optimised a touch better by utilising the padding-inline-start and padding-inline-end properties instead of the current approach.
The padding-inline-start and padding-inline-end properties do not require an associated RTL version as the property inherits the body direction.
Subject of the enhancement
The RTL styling present in the
pageNav.less
file could be optimised a touch better by utilising the padding-inline-start and padding-inline-end properties instead of the current approach.The
padding-inline-start
andpadding-inline-end
properties do not require an associated RTL version as the property inherits the body direction.Your environment