Describe the bug
On the Object header, whenever we have a button in the header, RTL is not applied on it.
To Reproduce
Steps to reproduce the behavior:
- set
dir="rtl" on the root element
- Open an Object page that contains a button in the header
- The button is still left oriented
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots

UI5 Web Components for React Information
Operating System:
@ui5/webcomponents-react version: 0.9.0-rc.1
Additional comments
For the element in the image above, a possible solution is changing:
float: right; right: 1.25rem
for
float: left; left: 1.25rem