Bug 1611642 - Force the eager evaluation result box to LTR r=nchevobbe

Differential Revision: https://phabricator.services.mozilla.com/D61074

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Itiel 2020-01-27 10:16:04 +00:00
parent 427a899017
commit c0b98009fc

View File

@ -505,6 +505,7 @@ html #webconsole-notificationbox {
}
.eager-evaluation-result {
direction: ltr;
display: flex;
background-color: var(--console-input-background);
line-height: 20px;