(Problem Input) should always be LTR (#24208)

This commit is contained in:
Shadi Naif
2020-09-23 14:01:30 +03:00
committed by GitHub
parent 45348f64ac
commit 1502a9c16c

View File

@@ -852,6 +852,15 @@ div.problem {
}
.inputtype.formulaequationinput {
> div {
input {
direction: ltr;
@include text-align(left);
}
}
}
.trailing_text {
@include margin-right($baseline/2);