マルチテキストオーバーフロー省略

1192 ワード

.text{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkie-box;
	-webkit-line-clamp:2;/*  */
	-webkit-orient:vertical;
	white-space:normal !important;
	word-wrap:break-word;
}