Commit e05262e7 by alisan617 Committed by GitHub

Merge pull request #13818 from edx/alisan/submit-button-RTL

submit button in RTL
parents ada4e082 a154fea9
...@@ -968,7 +968,7 @@ div.problem .action { ...@@ -968,7 +968,7 @@ div.problem .action {
} }
.submit { .submit {
@include margin-right($baseline / 2); @include margin-right($baseline / 2);
float: left; @include float(left);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment