Commit 15e5be97 by Brian Jacobel

Fix TNL-6140

parent 8ac482ef
......@@ -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;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment