Commit 0eeab345 authored by Alexander Turinske's avatar Alexander Turinske

Update threat monitoring tab styling

parent c2b6131a
......@@ -105,7 +105,7 @@ export default {
</h2>
</header>
<gl-tabs>
<gl-tabs content-class="gl-pt-0">
<gl-tab
v-if="showAlertsTab"
:title="s__('ThreatMonitoring|Alerts')"
......
......@@ -178,12 +178,12 @@ export default {
<template>
<div>
<div class="mb-2">
<gl-alert
v-if="hasAutoDevopsPolicy"
data-testid="autodevopsAlert"
variant="info"
:dismissible="false"
class="gl-mb-3"
>
<gl-sprintf :message="$options.autodevopsNoticeDescription">
<template #monospaced="{ content }">
......@@ -194,7 +194,6 @@ export default {
</template>
</gl-sprintf>
</gl-alert>
</div>
<div class="pt-3 px-3 bg-gray-light">
<div class="row justify-content-between align-items-center">
......
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