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
Родитель eae5d8a518
Коммит 92088e98e0
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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