overflowEllipsis.tsx 123 B

1234567
  1. export default `
  2. display: block;
  3. white-space: nowrap;
  4. overflow: hidden;
  5. text-overflow: ellipsis;
  6. width: 100%;
  7. `;