Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-12-22 04:06:19 +0300
committerRuben Davila <rdavila84@gmail.com>2016-12-22 06:31:55 +0300
commit1ba7b3da0da90c4afe1c5b3e0437b6727cb2a223 (patch)
tree59b35faa6dedeb003e098536e808f63626ed0146
parent3c24c1773e3ff66cd93891e48eb6e952094ca4d4 (diff)
Merge branch 'minor-mini-pipeline-animation-glitch' into 'master'
fixed minor animation glitch in mini pipeline graph animation See merge request !8243
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 621b780ce4d..bd4bd3313a1 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -807,7 +807,7 @@
margin-right: -8px;
.ci-status-icon {
- width: 28px;
+ width: 32px;
padding: 0 8px 0 0;
transition: width 0.2s cubic-bezier(0.25, 0, 1, 1);