summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-07-25 11:28:30 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-07-25 11:29:01 +0100
commit531681c11d9e542fbd0d5ae5db8bc9a17cc0aefd (patch)
tree786fadfa6559915a495fa0555e2b9890729540b2 /app
parentd95e6da0d582cd4b0d333b3b6a1bfa3a565b874e (diff)
downloadgitlab-ce-531681c11d9e542fbd0d5ae5db8bc9a17cc0aefd.tar.gz
Fix vertical alignment in firefox and safari for pipeline mini graph2971-multiproject-grah-ce-port
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss3
1 files changed, 2 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;