From 933e153e9d8132acc40b47a70474d23d130571da Mon Sep 17 00:00:00 2001 From: Paul W <19602001-paintedbicycle-gitlab@users.noreply.gitlab.com> Date: Thu, 25 Apr 2024 10:17:35 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Diana Zubova <dzubova@gitlab.com> --- .../components/terraform_notification.vue | 2 +- app/views/projects/_terraform_banner.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/projects/terraform_notification/components/terraform_notification.vue b/app/assets/javascripts/projects/terraform_notification/components/terraform_notification.vue index 668cc10c4549f..8f66c3a6bbe9d 100644 --- a/app/assets/javascripts/projects/terraform_notification/components/terraform_notification.vue +++ b/app/assets/javascripts/projects/terraform_notification/components/terraform_notification.vue @@ -42,7 +42,7 @@ export default { <template> <user-callout-dismisser ref="calloutDismisser" feature-name="terraform_notification_dismissed"> <template #default="{ shouldShowCallout }"> - <div v-if="shouldShowCallout" class="gl-py-5"> + <div v-if="shouldShowCallout" class="gl-pt-5"> <gl-banner :title="$options.i18n.title" :button-text="$options.i18n.buttonText" diff --git a/app/views/projects/_terraform_banner.html.haml b/app/views/projects/_terraform_banner.html.haml index 24711fc39d87d..c95ac3b2427ba 100644 --- a/app/views/projects/_terraform_banner.html.haml +++ b/app/views/projects/_terraform_banner.html.haml @@ -1,3 +1,3 @@ - if show_terraform_banner?(project) - .container-fluid{ class: @content_class } + .container-fluid.container-limited .js-terraform-notification{ data: { terraform_image_path: image_path('illustrations/third-party-logos/ci_cd-template-logos/terraform.svg') } } -- GitLab