Two RTL Fixups in Studio and CAPA problems

- Fixed RTL icon margin in the studio
  - Make math equation fields always LTR in CAPA problems
This commit is contained in:
Omar Al-Ithawi
2015-02-12 15:11:44 +02:00
parent e861b6094b
commit 1655625b4b
2 changed files with 6 additions and 2 deletions

View File

@@ -141,6 +141,10 @@ div.problem {
}
}
input.math {
direction: ltr; // Equations are always English
}
.inline {
display: inline;