hide with dots css

30

.cut-text { 
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
ul.ba {
    list-style-type: none;
}

Comments

Submit
0 Comments