Commit 128f6d20 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'pb-fix-jobs-table-mobile' into 'master'

Fix avatar getting cut off on mobile

See merge request gitlab-org/gitlab!75551
parents 40fb5c1e 21f661af
......@@ -35,10 +35,12 @@ export default {
</script>
<template>
<div class="gl-text-truncate">
<gl-link class="gl-text-gray-500!" :href="pipelinePath" data-testid="pipeline-id">
{{ pipelineId }}
</gl-link>
<div>
<div class="gl-text-truncate">
<gl-link class="gl-text-gray-500!" :href="pipelinePath" data-testid="pipeline-id">
{{ pipelineId }}
</gl-link>
</div>
<div>
<span>{{ __('created by') }}</span>
<gl-link v-if="showAvatar" :href="userPath" data-testid="pipeline-user-link">
......
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