fixup! Fix TNL-6140

This commit is contained in:
Brian Jacobel
2016-12-13 13:01:12 -05:00
parent 15e5be973e
commit 9bbf96391c

View File

@@ -199,7 +199,7 @@
text-overflow: ellipsis;
@include rtl {
// This is counterintuitive, but when showing a preview of the first part of LTR text, using direction: rtl
// This is counterintuitive, but when showing a preview of the first part of RTL text, using direction: rtl
// will actually show the _last_ part of that text.
direction: ltr;
}