overflowEllipsisLeft.tsx 161 B

123456789
  1. export default `
  2. display: block;
  3. white-space: nowrap;
  4. overflow: hidden;
  5. text-overflow: ellipsis;
  6. width: 100%;
  7. direction: rtl;
  8. text-align: left;
  9. `;