summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsarahghp <sarah.groff.palermo@gmail.com>2019-06-10 15:14:40 -0400
committersarahghp <sarah.groff.palermo@gmail.com>2019-06-10 15:14:40 -0400
commit88283d8b47af5f5c8bba12e2a3f1c98e91f5749f (patch)
tree1c33b445f58a90dfb90dd52810f0d59bc574ac4a
parente5dcd1101b027d35ca23123c0712a483629b9bf6 (diff)
downloadgitlab-ce-62622-constrain-parent.tar.gz
Constrain parent so trunc works62622-constrain-parent
-rw-r--r--app/assets/javascripts/pipelines/components/graph/job_name_component.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pipelines/components/graph/job_name_component.vue b/app/assets/javascripts/pipelines/components/graph/job_name_component.vue
index 02451839330..7125790ac3d 100644
--- a/app/assets/javascripts/pipelines/components/graph/job_name_component.vue
+++ b/app/assets/javascripts/pipelines/components/graph/job_name_component.vue
@@ -25,7 +25,7 @@ export default {
};
</script>
<template>
- <span class="ci-job-name-component">
+ <span class="ci-job-name-component mw-100">
<ci-icon :status="status" />
<span class="ci-status-text text-truncate mw-70p gl-pl-1 d-inline-block align-bottom">
{{ name }}