fix(catalog): entity pages layouts#4379
Merged
openshift-merge-bot[bot] merged 3 commits intoredhat-developer:mainfrom Mar 13, 2026
Merged
fix(catalog): entity pages layouts#4379openshift-merge-bot[bot] merged 3 commits intoredhat-developer:mainfrom
openshift-merge-bot[bot] merged 3 commits intoredhat-developer:mainfrom
Conversation
Signed-off-by: rohitratannagar <rohitratannagar2003@gmail.com>
Contributor
Author
|
/test e2e-ocp-helm |
9ced8f8 to
8dd7a2d
Compare
Contributor
|
The container image build workflow finished with status: |
Signed-off-by: rohitratannagar <rohitratannagar2003@gmail.com>
8dd7a2d to
2337ae9
Compare
Contributor
|
The container image build workflow finished with status: |
|
Contributor
Author
On clusterScreen.Recording.2026-03-12.at.6.39.29.PM.mov |
Contributor
HusneShabbir
left a comment
There was a problem hiding this comment.
Tested changes on the cluster, Works as expected.
/lgtm
Screen.Recording.2026-03-13.at.11.38.38.AM.mov
d68b119
into
redhat-developer:main
12 checks passed
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.



Description
Fixes: https://issues.redhat.com/browse/RHDHBUGS-2713
This PR adds support for container-query based responsive
gridColumnin the customGridcomponent.If
gridColumnis provided as a breakpoint object (viagridColumnprop orsx.gridColumn), it is now applied using CSS container queries instead of viewport media queries. This allows grid items to respond to the container width rather than the viewport width.Since this change is implemented at the Grid component level, the fix automatically applies to all entity pages that use this Grid, not just the Overview entity page.
UI before changes
UI after changes
Screen.Recording.2026-03-10.at.4.42.18.PM.mov