gexiaowei
11/28/2016 - 6:25 AM

paragraph with ellipsis

paragraph with ellipsis

p{
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; 
}