From e64d4fd36f0d0b3c5be6e5f666af72ebd58a4293 Mon Sep 17 00:00:00 2001 From: Simon Knox Date: Fri, 29 Jun 2018 20:27:15 +0000 Subject: Resolve "Tooltips scroll along the list within Pipeline jobs dropdown on MR widget" --- .../components/graph/dropdown_job_component.vue | 1 + .../pipelines/components/graph/job_component.vue | 11 ++++++- .../javascripts/pipelines/components/stage.vue | 37 ++++++++++------------ 3 files changed, 27 insertions(+), 22 deletions(-) (limited to 'app/assets') diff --git a/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue b/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue index e047d10ac93..c32dc83da8e 100644 --- a/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue +++ b/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue @@ -109,6 +109,7 @@ export default { :key="i" > diff --git a/app/assets/javascripts/pipelines/components/stage.vue b/app/assets/javascripts/pipelines/components/stage.vue index b9231c002fd..56fdb858088 100644 --- a/app/assets/javascripts/pipelines/components/stage.vue +++ b/app/assets/javascripts/pipelines/components/stage.vue @@ -186,32 +186,27 @@ export default { - + -- cgit v1.2.3