Skip to content

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

Open
Jackie-Robson wants to merge 1 commit into
masterfrom
jackie.robson/web-9185-integration-tile-overflow
Open

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

Conversation

@Jackie-Robson

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.

Merge instructions

Merge readiness:

  • Ready for merge

Additional notes

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

@Jackie-Robson Jackie-Robson 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-Robson Jackie-Robson force-pushed the jackie.robson/web-9185-integration-tile-overflow branch from 3c16854 to 5d10925 Compare June 11, 2026 14:24
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.

1 participant