.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}

.clearfix:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}