Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 from pbrown-d2l/US88714_-_rtl_mixin_was_not_be…
Browse files Browse the repository at this point in the history
…ing_applied

US88714 - rtl mixin was not being applied
  • Loading branch information
dbatiste authored Aug 3, 2017
2 parents a129da1 + 3d4685d commit 5799964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2l-offscreen-shared-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
white-space: nowrap;
left: -10000px;
};
--d2l-offscreen-rtl {
--d2l-offscreen-rtl: {
left: 0;
right: -10000px;
};
Expand Down

0 comments on commit 5799964

Please sign in to comment.