Commit 04044a09 authored by Mark Florian's avatar Mark Florian

Merge branch '294410-fix-vuln-name' into 'master'

Fix alignment of vuln name

See merge request gitlab-org/gitlab!51313
parents b921af19 f8f555a2
......@@ -139,7 +139,8 @@ export default {
<template v-else>
<gl-button
ref="vulnerability-title"
class="text-body"
class="text-body gl-display-grid"
button-text-classes="gl-text-left gl-white-space-normal! gl-pr-4!"
variant="link"
@click="openModal({ vulnerability })"
>{{ vulnerability.name }}</gl-button
......@@ -160,7 +161,7 @@ export default {
:issue="vulnerability.issue_feedback"
:project-name="vulnerability.project.name"
/>
<br />
<small v-if="vulnerabilityNamespace" class="gl-text-gray-500 gl-word-break-all">
{{ vulnerabilityNamespace }}
</small>
......
---
title: Fix alignment of vulnerability names in pipeline security tab
merge_request: 51313
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment