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-10-19 03:09:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-19 03:09:33 +0300
commit18e11db5dc1916003766af8a3e1675d2f4713a7a (patch)
treedad6fe90119172ac161f5f174b0ead8d3456408c /app/assets/javascripts/clusters
parentcace5e8ff1f766b8098e35adc94abc4402aeb2a9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/clusters')
-rw-r--r--app/assets/javascripts/clusters/agents/components/activity_history_item.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/clusters/agents/components/activity_history_item.vue b/app/assets/javascripts/clusters/agents/components/activity_history_item.vue
index d057d61d9cd..ed11fe1130d 100644
--- a/app/assets/javascripts/clusters/agents/components/activity_history_item.vue
+++ b/app/assets/javascripts/clusters/agents/components/activity_history_item.vue
@@ -46,7 +46,7 @@ export default {
</script>
<template>
<history-item :icon="eventDetails.eventTypeIcon" class="gl-my-0! gl-px-0! gl-pb-0!">
- <strong class="gl-pl-5 gl-font-lg">
+ <strong class="gl-pl-3 gl-font-lg">
<gl-sprintf :message="eventDetails.title"
><template v-if="eventDetails.titleIcon" #titleIcon
><gl-icon
@@ -61,7 +61,7 @@ export default {
</strong>
<template #body>
- <p class="gl-mb-0 gl-pb-3 gl-ml-3 gl-text-secondary" :class="bodyClass">
+ <p class="gl-mt-2 gl-mb-0 gl-ml-3 gl-pb-3 gl-text-secondary" :class="bodyClass">
<gl-sprintf :message="eventDetails.body">
<template #userName>
<span class="gl-font-weight-bold gl-text-body">{{ eventDetails.user.name }}</span>