summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-25 15:15:26 +0000
committerSimon Knox <psimyn@gmail.com>2017-07-27 11:18:52 +1000
commit49566f4dec9af2634c4de9bb286377529f99ce99 (patch)
tree0aacaf3491324fb56aafb48664faadce83e29abf
parent484ddab96822e8183d8787c2e0b59beaa86d7df9 (diff)
downloadgitlab-ce-49566f4dec9af2634c4de9bb286377529f99ce99.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.scss3
-rw-r--r--changelogs/unreleased/2971-multiproject-grah-ce-port.yml4
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: