Commit 4f4349a6 by Omar Al-Ithawi

Make staff debug info code to be always LTR

parent 5a31005e
...@@ -209,6 +209,10 @@ div.course-wrapper { ...@@ -209,6 +209,10 @@ div.course-wrapper {
margin-top: lh(); margin-top: lh();
line-height: lh(); line-height: lh();
font-family: Consolas, "Lucida Console", Monaco, "Courier New", Courier, monospace; font-family: Consolas, "Lucida Console", Monaco, "Courier New", Courier, monospace;
// Debugging content is always in English, therefore it's never RTL
direction: ltr;
text-align: left;
} }
div.ui-tabs { div.ui-tabs {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment