아래와 같이 할 경우, 범위를 벗어나는 부분은 ...으로 표시된다.

.recent-title p {
...
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}