(Problem Input) should always be LTR (#24208)
This commit is contained in:
@@ -852,6 +852,15 @@ div.problem {
|
||||
|
||||
}
|
||||
|
||||
.inputtype.formulaequationinput {
|
||||
> div {
|
||||
input {
|
||||
direction: ltr;
|
||||
@include text-align(left);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.trailing_text {
|
||||
@include margin-right($baseline/2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user