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
.someElement {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

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.