diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-07-25 11:28:30 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-07-25 11:29:01 +0100 |
commit | 531681c11d9e542fbd0d5ae5db8bc9a17cc0aefd (patch) | |
tree | 786fadfa6559915a495fa0555e2b9890729540b2 /app | |
parent | d95e6da0d582cd4b0d333b3b6a1bfa3a565b874e (diff) | |
download | gitlab-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.scss | 3 |
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; |