Skip to content

docs(child-cards): fix weird clipping issue on child card titles#4331

Open
aj-emerich wants to merge 1 commit intomainfrom
docs/card-clipping
Open

docs(child-cards): fix weird clipping issue on child card titles#4331
aj-emerich wants to merge 1 commit intomainfrom
docs/card-clipping

Conversation

@aj-emerich
Copy link
Copy Markdown
Member

Child card titles have this clipping issue:
Screenshot 2026-03-23 at 14 21 15

This should solve that:
Screenshot 2026-03-23 at 14 22 02

@github-actions
Copy link
Copy Markdown

☁️ Cloudflare Worker Preview Deployed!

🔗 https://ks-docs-card-clipping-docs.kestra-io.workers.dev
🔗 https://4bdcf18e-docs.kestra-io.workers.dev

Copy link
Copy Markdown
Contributor

@Piyush-r-bhaskar Piyush-r-bhaskar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commit the suggestion , test if you no longer have clipping at top of title too (we have it currently - JVM CPU Limits)
and should be good to go 🎉

overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-bottom: 0.15em;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
padding-bottom: 0.15em;
padding: 0.15em 0;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To review

Development

Successfully merging this pull request may close these issues.

2 participants