Skip to content
Snippets Groups Projects
Commit f262d5b2 authored by KDSBrowne's avatar KDSBrowne
Browse files

fix panel resize when first leading in RTL

parent e23db639
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,10 @@ class IntlStartup extends Component {
fetching: false,
};
if (RTL_LANGUAGES.includes(props.locale)) {
document.body.parentNode.setAttribute('dir', 'rtl');
}
this.fetchLocalizedMessages = this.fetchLocalizedMessages.bind(this);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment