Skip to content

Instantly share code, notes, and snippets.

@doochik
Created July 8, 2015 09:15
Show Gist options
  • Save doochik/b0b4d740e8ca89541432 to your computer and use it in GitHub Desktop.
Save doochik/b0b4d740e8ca89541432 to your computer and use it in GitHub Desktop.
Untitled
.a {
border: 1px solid #000;
display: flex;
overflow: hidden;
flex-shrink: 1;
width: 40px
}
.b {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex-shrink: 1;
}
.c {
flex-shrink: 0;
background: #f00;
}
<div class="a">
<div class="b">text text text</div>
<div class="c">12</div>
</div>
// 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