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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-24 06:11:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-24 06:11:32 +0300
commit6b3bc1ad3535002bdc8c9ba6fd7be2aaee7a520a (patch)
tree6205fa284ce25c34fae63f5c6a4bb17f1dd43c54 /app/assets/javascripts/runner
parentd5fdc905ae426ab5c7788f8ef56070c35360b1d3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/runner')
-rw-r--r--app/assets/javascripts/runner/components/cells/runner_summary_cell.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/runner/components/cells/runner_summary_cell.vue b/app/assets/javascripts/runner/components/cells/runner_summary_cell.vue
index 28e8838c937..a81bcbf1af9 100644
--- a/app/assets/javascripts/runner/components/cells/runner_summary_cell.vue
+++ b/app/assets/javascripts/runner/components/cells/runner_summary_cell.vue
@@ -53,11 +53,11 @@ export default {
<gl-icon
v-if="locked"
v-gl-tooltip
- class="gl-mx-2"
+ class="gl-ml-2"
:title="$options.i18n.I18N_LOCKED_RUNNER_DESCRIPTION"
name="lock"
/>
- <runner-type-badge class="gl-mx-2" :type="runnerType" size="sm" />
+ <runner-type-badge class="gl-ml-2" :type="runnerType" size="sm" />
<tooltip-on-truncate class="gl-display-block gl-text-truncate" :title="description">
{{ description }}