diff options
author | Phil Hughes <me@iamphill.com> | 2017-07-25 15:15:26 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-07-25 15:15:26 +0000 |
commit | 2a572d2634891b367052897bd1e4a8825fc443d6 (patch) | |
tree | 04d96feb93a2c2b3caf944faa5399d5907b0d594 | |
parent | 22e54c97188ef745486b1fbed34a8266f4eb4ab8 (diff) | |
parent | 531681c11d9e542fbd0d5ae5db8bc9a17cc0aefd (diff) | |
download | gitlab-ce-2a572d2634891b367052897bd1e4a8825fc443d6.tar.gz |
Merge branch '2971-multiproject-grah-ce-port' into 'master'
Fix vertical alignment in firefox and safari for pipeline mini graph
See merge request !13071
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 3 | ||||
-rw-r--r-- | changelogs/unreleased/2971-multiproject-grah-ce-port.yml | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index 9637d26e56d..d3862df20d3 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -597,7 +597,7 @@ } // Dropdown button in mini pipeline graph -.mini-pipeline-graph-dropdown-toggle { +button.mini-pipeline-graph-dropdown-toggle { border-radius: 100px; background-color: $white-light; border-width: 1px; @@ -608,6 +608,7 @@ padding: 0; transition: all 0.2s linear; position: relative; + vertical-align: middle; > .fa.fa-caret-down { position: absolute; diff --git a/changelogs/unreleased/2971-multiproject-grah-ce-port.yml b/changelogs/unreleased/2971-multiproject-grah-ce-port.yml new file mode 100644 index 00000000000..37584cac6ab --- /dev/null +++ b/changelogs/unreleased/2971-multiproject-grah-ce-port.yml @@ -0,0 +1,4 @@ +--- +title: Fix vertical alignment in firefox and safari for pipeline mini graph +merge_request: +author: |