%ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  /* Android will clip ellipsis without padding-right */
  padding-right: 24px;
}
