Reduce About and Relations card height on entity overview pages - #731
Open
VishishtaDilsara wants to merge 1 commit into
Open
Reduce About and Relations card height on entity overview pages#731VishishtaDilsara wants to merge 1 commit into
VishishtaDilsara wants to merge 1 commit into
Conversation
VishishtaDilsara
requested review from
Mirage20,
kaviththiranga,
sameerajayasoma and
stefinie123
as code owners
August 4, 2026 08:38
📝 WalkthroughWalkthroughChangesCatalog graph sizing
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related issues
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
Signed-off-by: VishishtaDilsara <rgvdilsara2002@gmail.com>
VishishtaDilsara
force-pushed
the
fix/3906-reduce-card-height
branch
from
August 4, 2026 08:46
182ebd0 to
c2300ef
Compare
Contributor
|
@VishishtaDilsara shall we update the PR with some screenshots to indicate the changes visually? Thanks |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
LakshanSS
reviewed
Aug 11, 2026
LakshanSS
left a comment
Contributor
There was a problem hiding this comment.
@VishishtaDilsara Kind reminder on this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Related to openchoreo/openchoreo#3906
Reduce the height of the About and Relations cards on entity overview pages by lowering the
EntityCatalogGraphCardheight from400pxto300px.Goals
Approach
EntityCatalogGraphCardinstances inpackages/portal-app/src/components/catalog/EntityPage.tsxto useheight={300}instead ofheight={400}.User stories
Release note
Reduced the height of the About and Relations cards on entity overview pages.
Documentation
N/A – This is a UI layout adjustment and does not require documentation changes.
Training
N/A
Certification
N/A – No certification impact.
Marketing
N/A
Automation tests
Security checks
Samples
N/A
Related PRs
N/A
Migrations (if applicable)
N/A
Test environment
Learning
N/A
Summary by CodeRabbit