Merge branch '26218-rety-button-pipeline-builds-name-drodown-broken' into 'master'

Increases pipeline graph drowdown width in order to prevent strange position on chrome on ubuntu

Closes #26218

See merge request !8399
This commit is contained in:
Fatih Acet 2017-01-02 17:06:21 +00:00
commit de25604fbc
2 changed files with 6 additions and 2 deletions

View File

@ -630,8 +630,8 @@
.grouped-pipeline-dropdown {
padding: 0;
width: 191px;
min-width: 191px;
width: 195px;
min-width: 195px;
left: auto;
right: -195px;
top: -4px;

View File

@ -0,0 +1,4 @@
---
title: Increases width of mini-pipeline-graph dropdown to prevent wrong position on chrome on ubuntu
merge_request: 8399
author: