The job name is not readable from the CI environment deployments list
Summary
The job name is not readable from the environment deployments list.
Steps to reproduce
- In a project, create a deployment job with a really long name (for example
deploy:to-a-very-long-env-name:
) - Run this job and deploy to an environment
- Go to
Deployments -> Environments
and click on the environment the deployment was deployed to - On the Environent version list page check the deployment with the long name you've created:
What is the current bug behavior?
The job name is truncated and no tooltip is given on hover.
What is the expected correct behavior?
Having the ability to read the full job name, with a tooltip or another.
Note: This behavior works correctly from the environment list page.
Mobile view (confirmed with @emilybauman ):
Current | Expected |
---|---|
![]() |
![]() |
Edited by Andrei Zubov