Skip to content

Prevent long variable names from overflowing the popover in CI/CD settings

What does this MR do?

This MR prevents the "copy" button from overflowing in the CI variable popover when the variable name is too long.

Relates to #281478 (closed)

Screenshots (strongly suggested)

Before After
image image

Steps to test

  1. Go to a project
  2. Go to Settings -> CI / CD
  3. Create a variable with a long name, e.g. AWS_SECRET_ACCESS_KEY_VERY_LONG_KEY_VIRTUAL_REGISTRY
  4. Hover over it (you must be on the fixed layout)
  5. See that the copy button is overflowing on the right

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Kev

Merge request reports