-
Bug
-
Resolution: Unresolved
-
Critical
-
1.9.0
-
None
-
False
-
-
False
-
-
Description of problem:
Introduce a configurable option (e.g., in app-config.yaml) to switch the results page cards between fixed-height with internal scrollbars and content-driven height to avoid breaking existing customers.
Current results page uses fixed-height cards that show internal scrollbars when content grows. Customer requests cards to expand based on content so all data is visible without inner scroll. To avoid breaking existing users, add a config flag (likely in app-config.yaml) to select the layout behavior and keep the default as current fixed-height mode.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
# <steps>
Actual results:
- Result cards have fixed height.
- When content increases, a scrollbar appears inside the card.
Expected results:
- If config flag is enabled, cards grow with content and avoid internal scrollbars.
- If config flag is disabled (default), existing fixed-height behavior remains unchanged.