diff options
author | dimitrieh <dimitriehoekstra@gmail.com> | 2016-12-22 00:33:38 +0100 |
---|---|---|
committer | dimitrieh <dimitriehoekstra@gmail.com> | 2016-12-22 00:33:38 +0100 |
commit | 12a088a15a88d2b2493847d9d33f6999f366b928 (patch) | |
tree | 5b7d5f6e753608b7c8350570bdb3e071dcb2b82d | |
parent | 19981b15094a7f1ed8709b152c59fa51d1e3051d (diff) | |
download | gitlab-ce-12a088a15a88d2b2493847d9d33f6999f366b928.tar.gz |
fixed minor animation glitch in mini pipeline graph animation
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 4 |
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 +} |