Skip to content

Instantly share code, notes, and snippets.

@doochik
Created July 2, 2015 17:15
Show Gist options
  • Select an option

  • Save doochik/623c16377129796c6cfb to your computer and use it in GitHub Desktop.

Select an option

Save doochik/623c16377129796c6cfb to your computer and use it in GitHub Desktop.
Untitled
.wrap {
width: 200px;
border: 1px solid;
display: flex;
}
.firstline {
flex-shrink: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-right: 6px;
}
.counter {
order: 1;
flex-shrink: 0;
}
<span class="wrap">
<span class="firstline">text text asdkf jhakjdhsdjh dkahd kjhdkhadka d</span>
<span class="counter">12</span>
</span>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment