diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-12-22 01:06:19 +0000 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-12-22 01:06:19 +0000 |
commit | a0715f079c143a362a7f6157db45020b8432003e (patch) | |
tree | 209e0d316282efc1a62a7eb52cd259c1d5b6bb61 | |
parent | b5a6d56a783b7d31ff5e8e9a62bc0ecae0f360af (diff) | |
parent | 12a088a15a88d2b2493847d9d33f6999f366b928 (diff) | |
download | gitlab-ce-a0715f079c143a362a7f6157db45020b8432003e.tar.gz |
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.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 +} |