When using a column layout and are not controlling the content, it can happen,
that the content get's too long and kills the layout. To prevent this you can
cut the content and still make this apparent to the user.
.overflow-dots {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: