Skip to content

[WEB-9185] Clamp integration tile descriptions with ellipsis overflow - #37412

Merged
Jackie-Veeken merged 1 commit into
masterfrom
jackie.robson/web-9185-integration-tile-overflow
Jun 15, 2026
Merged

[WEB-9185] Clamp integration tile descriptions with ellipsis overflow#37412
Jackie-Veeken merged 1 commit into
masterfrom
jackie.robson/web-9185-integration-tile-overflow

Conversation

@Jackie-Veeken

@Jackie-Veeken Jackie-Veeken commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

What does this PR do? What is the motivation?

Fixes WEB-9185

Integration tiles on the /integrations/ page have a fixed height of 164px. On hover, tiles flip to show the description but long descriptions were silently overflowing the tile bounds with no visual indicator, unlike the Datadog app which shows a trailing ellipsis.

Change: Added -webkit-line-clamp: 4 to .integration.hover .blurb in _integrations.scss. This clamps the description to 4 lines and shows a trailing ellipsis when text overflows, matching the expected behaviour.

image image

Merge instructions

Merge readiness:

  • Ready for merge

Additional notes

-webkit-line-clamp has full cross-browser support (Chrome, Firefox, Safari, Edge).

@Jackie-Veeken
Jackie-Veeken requested a review from a team as a code owner June 10, 2026 16:05
@datadog-datadog-prod-us1

This comment has been minimized.

@github-actions github-actions Bot added the Architecture Everything related to the Doc backend label Jun 11, 2026
Long descriptions on the /integrations/ page were silently overflowing
the tile bounds with no visual indicator. Clamps the hover .blurb to 3
lines with a trailing ellipsis using -webkit-line-clamp and max-height.

Resolves WEB-9185
@Jackie-Veeken
Jackie-Veeken force-pushed the jackie.robson/web-9185-integration-tile-overflow branch from 3c16854 to 5d10925 Compare June 11, 2026 14:24
@Jackie-Veeken
Jackie-Veeken merged commit 1314811 into master Jun 15, 2026
16 checks passed
@Jackie-Veeken
Jackie-Veeken deleted the jackie.robson/web-9185-integration-tile-overflow branch June 15, 2026 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Architecture Everything related to the Doc backend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants