Merge pull request #20545 from ichintanjoshi/master

fix very long horizontal scroll for RTL layout
This commit is contained in:
Fred Smith
2020-03-02 15:07:24 -05:00
committed by GitHub

View File

@@ -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;