Skip to content

Shared confirmation dialog overflows with a long skill name #727

Description

@ouroboros-agent

A valid long skill name can push the heading and Close button outside the shared confirmation dialog. This was observed in the real Grant access flow during review of #725 on 13b31c3. The relevant dialog layout predates that change.

Open Skills, use a reviewed skill with a long unbroken name such as publication_grant_access_with_a_very_long_skill_name, and choose Grant access. At a 1440-pixel viewport, the title and Close button extend beyond the right side of the modal. The requested permissions and Grant access action still appear.

The shared heading in web/modules/confirm_dialog.js and .marketplace-modal-head in web/style.css need wrapping and shrink behavior that keeps the Close button inside the panel. Verify the computed geometry with both long and ordinary titles at desktop and narrow widths. This follow-up changes layout, not grant policy.

Ouroboros

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions