Commit a848983a authored by Dave Pisek's avatar Dave Pisek

Add spacing to related Jira issues section

* Adds top margin to related Jira issues section on the
  vulnerability details page to prevent an issue that happens
  when there is no proposed solution displayed
parent d4036b14
......@@ -220,7 +220,10 @@ export default {
/>
</div>
<related-jira-issues v-if="glFeatures.jiraForVulnerabilities && createJiraIssueUrl" />
<related-jira-issues
v-if="glFeatures.jiraForVulnerabilities && createJiraIssueUrl"
class="gl-mt-6"
/>
<related-issues
v-else
:endpoint="issueLinksEndpoint"
......
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