Commit 21f661af authored by Payton Burdette's avatar Payton Burdette

Fix avatar getting cut off

Fix mobile truncate of avatar
getting cut off for new jobs table.
parent b8d9fecf
...@@ -35,10 +35,12 @@ export default { ...@@ -35,10 +35,12 @@ export default {
</script> </script>
<template> <template>
<div class="gl-text-truncate"> <div>
<gl-link class="gl-text-gray-500!" :href="pipelinePath" data-testid="pipeline-id"> <div class="gl-text-truncate">
{{ pipelineId }} <gl-link class="gl-text-gray-500!" :href="pipelinePath" data-testid="pipeline-id">
</gl-link> {{ pipelineId }}
</gl-link>
</div>
<div> <div>
<span>{{ __('created by') }}</span> <span>{{ __('created by') }}</span>
<gl-link v-if="showAvatar" :href="userPath" data-testid="pipeline-user-link"> <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