Commit 59ab2e21 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'remove-tab-padding-in-dependency-list-ee' into 'master'

Remove tab content pane padding in Dependency List

See merge request gitlab-org/gitlab-ee!15106
parents f60561ac 5926508a
......@@ -115,7 +115,7 @@ export default {
<template v-if="dependencyListVulnerabilities">
<h3 class="h5">{{ __('Dependencies') }}</h3>
<gl-tabs v-model="currentListIndex">
<gl-tabs v-model="currentListIndex" content-class="pt-0">
<gl-tab
v-for="listType in listTypes"
:key="listType.namespace"
......
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