From 92088e98e0875392354a8862fb497f1529114cd6 Mon Sep 17 00:00:00 2001 From: Nicolas Chevobbe Date: Fri, 18 Oct 2019 12:46:58 +0000 Subject: [PATCH] Bug 1589592 - Fix Console Editor styling in RTL languages. r=Honza. Differential Revision: https://phabricator.services.mozilla.com/D49717 --HG-- extra : moz-landing-system : lando --- devtools/client/webconsole/components/Input/JSTerm.js | 1 - 1 file changed, 1 deletion(-) diff --git a/devtools/client/webconsole/components/Input/JSTerm.js b/devtools/client/webconsole/components/Input/JSTerm.js index 4d6a151005c6..b6ff3d6e96fb 100644 --- a/devtools/client/webconsole/components/Input/JSTerm.js +++ b/devtools/client/webconsole/components/Input/JSTerm.js @@ -1113,7 +1113,6 @@ class JSTerm extends Component { { className: "jsterm-input-container devtools-input devtools-monospace", key: "jsterm-container", - style: { direction: "ltr" }, "aria-live": "off", onContextMenu: this.onContextMenu, ref: node => {