Bug 479588 - Error console's text box should always be LTR; r=dao

This commit is contained in:
Ehsan Akhgari 2009-03-09 00:42:21 +03:30
parent b07338581c
commit fc1c78bb6c

View File

@ -60,3 +60,7 @@
.lineNumberRow[line="0"] {
display: none;
}
#TextboxEval {
direction: ltr;
}