fix(ui): Background color for summary panel in add test case drawer#26683
fix(ui): Background color for summary panel in add test case drawer#26683shah-harshit merged 3 commits intomainfrom
Conversation
- Zero vertical margin on .entity-summary-in-docs inside the doc panel - Top padding on .entity-summary-panel-container for alignment with requirements content Made-with: Cursor
|
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
Code Review ✅ ApprovedFixes the background color for the summary panel in the add test case drawer with adjusted spacing. No issues found. OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|
🟡 Playwright Results — all passed (15 flaky)✅ 3394 passed · ❌ 0 failed · 🟡 15 flaky · ⏭️ 183 skipped
🟡 15 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |



Summary
Adjusts the embedded Entity summary panel styling in the Add test case drawer so it aligns cleanly with the service requirements / documentation column.
Issue:

Fix:

Changes
.test-case-form-drawer .drawer-content-wrapper .drawer-doc-panel.entity-summary-in-docs: set vertical margins to0so the summary block no longer inherits extra top/bottom margin from the generic service-doc panel rules (which was causing the panel to look visually misaligned against the doc panel background)..entity-summary-panel-container: add top padding (@padding-xs) so content spacing matches the drawer layout.Testing
Fixes #26682