Skip to content

CardControls actions overflow instead of wrapping on small viewports #1823

@abhi-7-7

Description

@abhi-7-7

Problem
Buttons inside CardControls do not wrap on narrow screens, causing horizontal overflow.

Steps to Reproduce
Render a Card with multiple actions in CardControls
Resize viewport to mobile width
Buttons overflow instead of wrapping

Expected Behavior
Action buttons should wrap naturally on smaller screens.

Actual Behavior
Buttons remain in a single row and overflow horizontally.

Root Cause
display: flex applied without flex-wrap

Proposed Fix
Add flex-wrap: wrap specifically to .rcx-card__controls

Scope
Card.styles.scss

Impact
Mobile usability issue
CSS-only fix
Desktop behavior unchanged

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions