Edit in GitHubLog an issue

text-overflow

Since: UXP v3.0

Determines if an ellipsis should be shown when text is clipped. Supports clip (default) and ellipsis.

See: https://developer.mozilla.org/en/docs/Web/CSS/text-overflow

Example

Copied to your clipboard
1.someElement {
2 overflow: hidden;
3 white-space: nowrap;
4 text-overflow: ellipsis;
5}

Quirks and Exceptions

  • Text edit fields do not support adding an ellipsis.
  • Not all Spectrum UXP components support adding an ellipsis.
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.