mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 479588 - Error console's text box should always be LTR; r=dao
This commit is contained in:
parent
b07338581c
commit
fc1c78bb6c
@ -60,3 +60,7 @@
|
||||
.lineNumberRow[line="0"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#TextboxEval {
|
||||
direction: ltr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user