You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue of text overflowing the panel in the Expanding Cards layout has been resolved. The application of the CSS property background-size: cover to the panel ensures the title displays correctly within the layout, maintaining its alignment and visibility even when the panel height changes.
Issue Title:
Text overflows the panel when images shrink in the Expanding Cards layout
Description:
When the panels shrink in the Expanding Cards layout, the text (
h3
) spills out of the image boundaries instead of remaining fixed within the panel.Screenshots:
Expected Behavior:
The h3 text should remain fully contained within the panel boundaries, regardless of its size.
Actual Behavior:
The h3 text overflows outside of the panel, becoming misaligned with the shrinking panel layout.
Proposed Solution:
The text was updated successfully, but these errors were encountered: