Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/terraform/components/empty_state.vue')
-rw-r--r--app/assets/javascripts/terraform/components/empty_state.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/javascripts/terraform/components/empty_state.vue b/app/assets/javascripts/terraform/components/empty_state.vue
index 551b5498571..5a71f0d66de 100644
--- a/app/assets/javascripts/terraform/components/empty_state.vue
+++ b/app/assets/javascripts/terraform/components/empty_state.vue
@@ -32,13 +32,14 @@ export default {
</script>
<template>
- <gl-empty-state :svg-path="image" :title="$options.i18n.title">
+ <gl-empty-state :svg-path="image" :svg-height="null" :title="$options.i18n.title">
<template #actions>
- <gl-button variant="confirm" :href="$options.docsUrl">
+ <gl-button variant="confirm" :href="$options.docsUrl" class="gl-mx-2 gl-mb-3">
{{ $options.i18n.buttonDoc }}</gl-button
>
<gl-button
v-gl-modal-directive="$options.COMMAND_MODAL_ID"
+ class="gl-mx-2 gl-mb-3"
data-testid="terraform-state-copy-init-command"
icon="copy-to-clipboard"
>{{ $options.i18n.buttonCopy }}</gl-button