t4y3
10/3/2017 - 3:31 PM

文字丸めのcss

[text ellipsis] 文字丸めのclass

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