<div class="test">
<div class="test_wrap">
Very long piece of text and other stuff.
</div>
</div>
.test {
width: 200px;
background: #fff;
}
.test_wrap {
width: 80%;
background: #eee;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}