Skip to content

Conversation

@ashucoder9
Copy link
Member

No description provided.

@ashucoder9 ashucoder9 requested a review from a team as a code owner November 27, 2025 12:05
@vercel
Copy link

vercel bot commented Nov 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
builder-hub Ready Ready Preview Comment Dec 2, 2025 8:10am


buttons.forEach((button) => {
if (
button.textContent?.trim().startsWith("Body") &&
Copy link
Contributor

Choose a reason for hiding this comment

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

A bit too hacky, can you just add a class/id to the button instead of relying on text?


/* Add extra horizontal padding to the first button in response tablist */
div [role="tablist"] button:first-child {
padding-left: 0.5rem !important;
Copy link
Contributor

Choose a reason for hiding this comment

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

Just make sure you really need !important - it causes pain sometimes

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants