CSS/長文省略

ああああああああああああああああああああああ
CSS
.overflow {  
  width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}