common.scss 94 B

12345
  1. .overflow-text {
  2. overflow: hidden;
  3. text-overflow: ellipsis;
  4. white-space: nowrap;
  5. }