fix(theme): fill NFS catalog entity tab content well - #4418
Conversation
Make BUI <main> a flex column so Topology and Scorecard grow into the page well instead of leaving a gap below short tab content. Fixes: https://redhat.atlassian.net/browse/RHDHBUGS-3543 Signed-off-by: Yi Cai <yicai@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Changed Packages
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4418 +/- ##
=======================================
Coverage 61.61% 61.61%
=======================================
Files 2541 2541
Lines 101911 101911
Branches 28557 28557
=======================================
Hits 62788 62788
Misses 37289 37289
Partials 1834 1834
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Thanks for the comment. The other PR won't cover the fix of this bug. That PR adds BUI PatternFly tokens and chrome (page-inset borders, hide duplicate PluginHeader, |



Description
On NFS catalog entity pages, Topology and Scorecard sat in a short BUI
Containerinside a tall<main>, leaving an empty band in the page well. Theme 1.0.2 already sizedSidebarPage > main, butmainstayeddisplay: block, so the nested container’sflex: 1never grew.This makes classless BUI
<main>(not BackstagePage, which usesdisplay: grid) a flex column so those tabs fill the well.Fixed
Checklist
Verified on app-next, via redhat-developer/rhdh#5115:
