Merge pull request #13035 from OmarIthawi/edraak/rtl-fixups

Two RTL Fixups in Studio and CAPA problems
This commit is contained in:
alisan617
2016-08-02 10:11:45 -04:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -193,9 +193,9 @@
.button {
.icon {
@include margin-right($baseline/4);
display: inline-block;
vertical-align: middle;
margin-right: ($baseline/4);
}
}
@@ -321,9 +321,9 @@
.ui-toggle-expansion {
@include transition(all $tmg-f2 ease-in-out 0s);
@include margin-right($baseline/4);
@extend %t-action1;
display: inline-block;
margin-right: ($baseline/4);
color: $gray-l3;
vertical-align: middle;
}

View File

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