зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1580529 - Force LTR the Outline panel contents in the Debugger r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D45554 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
6de3a3c62a
Коммит
3f7c740857
|
@ -209,7 +209,7 @@ export class Outline extends Component<Props, State> {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ul className="outline-list devtools-monospace">
|
<ul className="outline-list devtools-monospace" dir="ltr">
|
||||||
{namedFunctions.map(func => this.renderFunction(func))}
|
{namedFunctions.map(func => this.renderFunction(func))}
|
||||||
{classes.map(klass => this.renderClassFunctions(klass, classFunctions))}
|
{classes.map(klass => this.renderClassFunctions(klass, classFunctions))}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче