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:
@@ -141,6 +141,10 @@ div.problem {
|
||||
}
|
||||
}
|
||||
|
||||
input.math {
|
||||
direction: ltr; // Equations are always English
|
||||
}
|
||||
|
||||
.inline {
|
||||
display: inline;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user