Skip to content

Instantly share code, notes, and snippets.

@gunnarbittersmann
Created June 11, 2012 18:18
Show Gist options
  • Save gunnarbittersmann/2911728 to your computer and use it in GitHub Desktop.
Save gunnarbittersmann/2911728 to your computer and use it in GitHub Desktop.
truncate left
/**
* truncate left
*/
p
{
direction: rtl;
overflow: hidden;
text-align:end;
text-overflow: ellipsis;
white-space: nowrap;
width: 13em;
}
span
{
direction: ltr;
unicode-bidi: embed;
}
<p><span>Langer Text, der abgeschnitten wird!</span></p>
<p><span>Kurzer Text!</span></p>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment