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
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