fix very long horizontal scroll for RTL layout
This fixes very long horizontal scroll in instructor's email/enroll page while in RTL layout.
This commit is contained in:
@@ -674,7 +674,7 @@
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: ($baseline/2);
|
||||
left: -9999em;
|
||||
@include left(-9999em);
|
||||
padding: ($baseline/2);
|
||||
width: 50%;
|
||||
background-color: $light-gray3;
|
||||
|
||||
Reference in New Issue
Block a user