UN-3099 [WIP] Fix trailing line from logs table left border - #1709
UN-3099 [WIP] Fix trailing line from logs table left border#1709chandrasekharan-zipstack wants to merge 1 commit into
Conversation
…s table Removed the `flex: 1` property from `.logs-table-container .ant-table-container` which was causing the left border of the table to extend outside its container. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
WalkthroughRemoved the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@chandrasekharan-zipstack i have already fixed this in this PR #1707 |
|
|
This can be considered only if the existing fix in #1707 does not resolve the issue. If it does fix it, we can close this PR |



What
Removes
flex: 1CSS property from.logs-table-container .ant-table-containerthat was causing the left border to extend outside the table container.Why
The CSS property was causing the logs table border styling issue where the left border of the table extended beyond its container boundaries on the Execution Logs page

How
flex: 1property from the.logs-table-container .ant-table-containerCSS selectorCan this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins do not merge the PR without this section filled)
No. This is a purely visual CSS fix that corrects a layout issue. The table functionality remains unchanged.
Related Issues or PRs
Dependencies Versions
Notes on Testing
Manual testing of the Execution Logs page to verify the table border displays correctly within its container.
Screenshots
Checklist
I have read and understood the Contribution Guidelines.
🧠 Generated with Claude Code
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com