.wr-comment-list .na-title::after {
  content: "";
  display: block;
  clear: both;
}

/* 오른쪽(닉/시간) 때문에 왼쪽이 너무 좁아져 글자가 세로로 떨어지는 현상 방지 */
.wr-comment-list .na-item {
  overflow: hidden;
  min-width: 0;
}

.wr-comment-list a.na-subject {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

/* 우측 영역은 폭을 과하게 점유하지 않게 */
.wr-comment-list .float-right {
  max-width: 55%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

