diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-01-30 09:48:55 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-01-30 09:48:55 +0000 |
commit | 559364ee67cedadb98c450ba31c2511780f84d57 (patch) | |
tree | c6cfd4eade45e8bcbd411595c7c8b735e477194e /app | |
parent | 15002205b19e24feb229f410d73ee094005463af (diff) | |
parent | 790333fb971a1d9d741dd534b1cdacebf295d0d3 (diff) | |
download | gitlab-ce-559364ee67cedadb98c450ba31c2511780f84d57.tar.gz |
Merge branch '56379-pipeline-stages-job-action-button-icon-is-not-aligned' into 'master'
Resolve "Pipeline stages job action button icon is not aligned"
Closes #56379
See merge request gitlab-org/gitlab-ce!24577
Diffstat (limited to 'app')
-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 a28921592ec..e676d48c1f4 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -861,7 +861,7 @@ button.mini-pipeline-graph-dropdown-toggle { height: $ci-action-dropdown-svg-size; fill: $gl-text-color-secondary; position: relative; - top: 0; + top: 1px; vertical-align: initial; } } @@ -869,7 +869,7 @@ button.mini-pipeline-graph-dropdown-toggle { // SVGs in the commit widget and mr widget a.ci-action-icon-container.ci-action-icon-wrapper svg { - top: 2px; + top: 4px; } .scrollable-menu { |