Fix TNL-6140

This commit is contained in:
Brian Jacobel
2016-12-13 12:57:46 -05:00
parent 8ac482ef74
commit 15e5be973e

View File

@@ -197,6 +197,12 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
@include rtl {
// This is counterintuitive, but when showing a preview of the first part of LTR text, using direction: rtl
// will actually show the _last_ part of that text.
direction: ltr;
}
}
}