Commit b816cc17 authored by pburdette's avatar pburdette

Fix mobile job cell

Align the job cell data
better on mobile view.
parent 1f79e866
......@@ -91,7 +91,9 @@ export default {
data-testid="stuck-icon"
/>
<div class="gl-display-flex gl-align-items-center">
<div
class="gl-display-flex gl-align-items-center gl-lg-justify-content-start gl-justify-content-end"
>
<div v-if="jobRef" class="gl-max-w-15 gl-text-truncate">
<gl-icon
v-if="createdByTag"
......
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