2017年8月23日 星期三

當一區塊文字過多,想以 ... 做省略

.x{
  overflow:hidden; /* 必要 */
  white-space: nowrap; /* 必要 */
  text-overflow: ellipsis;
}