From 963b6844f3a00e160246211529094368c5a2f87f Mon Sep 17 00:00:00 2001 From: dimitrieh Date: Thu, 26 Jan 2017 11:55:30 +0100 Subject: fixed small mini pipeline graph line glitch --- app/assets/stylesheets/pages/pipelines.scss | 4 ++-- .../unreleased/27277-small-mini-pipeline-graph-glitch-upon-hover.yml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 changelogs/unreleased/27277-small-mini-pipeline-graph-glitch-upon-hover.yml diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index 5190faad308..47dfc22d533 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -214,9 +214,9 @@ &:not(:last-child) { &::after { content: ''; - width: 8px; + width: 7px; position: absolute; - right: -8px; + right: -7px; top: 10px; border-bottom: 2px solid $border-color; } diff --git a/changelogs/unreleased/27277-small-mini-pipeline-graph-glitch-upon-hover.yml b/changelogs/unreleased/27277-small-mini-pipeline-graph-glitch-upon-hover.yml new file mode 100644 index 00000000000..1e2e0753e6b --- /dev/null +++ b/changelogs/unreleased/27277-small-mini-pipeline-graph-glitch-upon-hover.yml @@ -0,0 +1,4 @@ +--- +title: fixed small mini pipeline graph line glitch +merge_request: +author: -- cgit v1.2.1 From 97018d602160a811ed7ad71c30c0f1e88d20f9e1 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Thu, 26 Jan 2017 19:17:56 +0000 Subject: Add MR id to changelog entry --- .../unreleased/27277-small-mini-pipeline-graph-glitch-upon-hover.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/unreleased/27277-small-mini-pipeline-graph-glitch-upon-hover.yml b/changelogs/unreleased/27277-small-mini-pipeline-graph-glitch-upon-hover.yml index 1e2e0753e6b..9456251025b 100644 --- a/changelogs/unreleased/27277-small-mini-pipeline-graph-glitch-upon-hover.yml +++ b/changelogs/unreleased/27277-small-mini-pipeline-graph-glitch-upon-hover.yml @@ -1,4 +1,4 @@ --- title: fixed small mini pipeline graph line glitch -merge_request: +merge_request: 8804 author: -- cgit v1.2.1