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:
authordimitrieh <dimitriehoekstra@gmail.com>2016-12-22 02:33:38 +0300
committerdimitrieh <dimitriehoekstra@gmail.com>2016-12-22 02:33:38 +0300
commit12a088a15a88d2b2493847d9d33f6999f366b928 (patch)
tree5b7d5f6e753608b7c8350570bdb3e071dcb2b82d /app/assets/stylesheets/pages/pipelines.scss
parent19981b15094a7f1ed8709b152c59fa51d1e3051d (diff)
fixed minor animation glitch in mini pipeline graph animation
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index f6164c8907e..697887dcbe5 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -827,7 +827,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);
@@ -909,4 +909,4 @@
min-height: 450px;
}
}
-} \ No newline at end of file
+}