synj
0
Q:

css elipsis

div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
10
//Truncate text overflow 
.element {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
2
{
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
0
white-space:normal !important;
word-wrap:break-word;
0
overflow: scroll;
white-space: nowrap;
1

New to Communities?

Join the community