Commit 57b32f6b authored by Doug Stull's avatar Doug Stull

Fix tooltip positioning on job view list

- was set to left, but viewport was too small, so it shifted
  to the right.

Changelog: fixed
parent a43ab6cb
...@@ -54,7 +54,7 @@ export default { ...@@ -54,7 +54,7 @@ export default {
<template> <template>
<div class="build-job gl-relative" :class="classes"> <div class="build-job gl-relative" :class="classes">
<gl-link <gl-link
v-gl-tooltip:tooltip-container.left v-gl-tooltip.left.viewport
:href="job.status.details_path" :href="job.status.details_path"
:title="tooltipText" :title="tooltipText"
class="gl-display-flex gl-align-items-center" class="gl-display-flex gl-align-items-center"
......
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