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
This commit is contained in:
Nicolas Chevobbe 2019-10-18 12:46:58 +00:00
parent eae5d8a518
commit 92088e98e0

View File

@ -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 => {