Skip to content

fix: update column className to maxWidth for better layout in observa…#4291

Open
bekossy wants to merge 1 commit intorelease/v0.99.3from
AGE-3756-/-fix-headerrow-mismatch-in-observability-table
Open

fix: update column className to maxWidth for better layout in observa…#4291
bekossy wants to merge 1 commit intorelease/v0.99.3from
AGE-3756-/-fix-headerrow-mismatch-in-observability-table

Conversation

@bekossy
Copy link
Copy Markdown
Member

@bekossy bekossy commented May 7, 2026

Summary

Fixed header/row misalignment in the observability table on large screens by replacing the CSS max-w-[400px] class (which only applied to body cells) with a proper maxWidth: 400 column property that constrains both header and body cells consistently.

Testing

Verified locally

Added or updated tests

QA follow-up

Demo

Screenshot 2026-05-07 at 1 37 30 PM

Checklist

  • I have included a video or screen recording for UI changes, or marked Demo as N/A
  • Relevant tests pass locally
  • Relevant linting and formatting pass locally
  • I have signed the CLA, or I will sign it when the bot prompts me

Contributor Resources

@bekossy bekossy requested a review from ardaerzin May 7, 2026 11:43
@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 7, 2026

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 7, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 7, 2026

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

Project Deployment Actions Updated (UTC)
agenta-documentation Error Error May 7, 2026 11:43am

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 7, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 7b83a0ae-0b4e-493c-a573-5bcb9ab60ce1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ✅ Review completed - (🔄 Check again to review again)
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch AGE-3756-/-fix-headerrow-mismatch-in-observability-table

Comment @coderabbitai help to get the list of available commands and usage tips.

@dosubot dosubot Bot added the Frontend label May 7, 2026
@mmabrouk
Copy link
Copy Markdown
Member

mmabrouk commented May 7, 2026

ignore docs build fail, that is coming from upstream

@bekossy bekossy linked an issue May 7, 2026 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

Railway Preview Environment

Image tag pr-4291-1acb3f6
Status Failed
Railway logs Open logs
Logs View workflow run
Updated at 2026-05-07T12:19:33.363Z

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

Labels

Frontend size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix header/row mismatch in observability table

3 participants