Long titles cause alignment issues on Pipeline Security tab vulnerability report
Summary
The alignment in the Security tab in the pipeline is not wrapping and/or truncating when vulnerability title is long.
Steps to reproduce
- Go to an MR pipeline with Security results
- Observe entries with long names.
Example Project
https://gitlab.com/gitlab-org/gitlab/-/pipelines/230196035/security
What is the current bug behavior?
The vulnerability
content overflows into the identifier
& scanner
columns.
What is the expected correct behavior?
Wrapping & truncation should match what is applied to the project, group & instance Vulnerability Reports.
Relevant logs and/or screenshots
Output of checks
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true
)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true
)(we will only investigate if the tests are passing)
Possible fixes
Edited by Lindsay Kerr