summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2017-01-02 17:06:21 +0000
committerFatih Acet <acetfatih@gmail.com>2017-01-02 17:06:21 +0000
commitde25604fbca2f7005754d821d571bbcb1cc510ac (patch)
treefaabf16e2e3ae2ba41d2c79d3ffa44df33727d21
parent313aa339b9b2cda26c9160f70444f107e2aafef4 (diff)
parentf4aab83a36433eddc00db468b86583eacd4636c9 (diff)
downloadgitlab-ce-25564-uniquely-and-uniformly-style-status-badges.tar.gz
Merge branch '26218-rety-button-pipeline-builds-name-drodown-broken' into 'master' 25564-uniquely-and-uniformly-style-status-badges
Increases pipeline graph drowdown width in order to prevent strange position on chrome on ubuntu Closes #26218 See merge request !8399
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
-rw-r--r--changelogs/unreleased/26218-rety-button-pipeline-builds-name-drodown-broken.yml4
2 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index c370b6247b0..578003f6d36 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -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;
diff --git a/changelogs/unreleased/26218-rety-button-pipeline-builds-name-drodown-broken.yml b/changelogs/unreleased/26218-rety-button-pipeline-builds-name-drodown-broken.yml
new file mode 100644
index 00000000000..ef8581b6fb3
--- /dev/null
+++ b/changelogs/unreleased/26218-rety-button-pipeline-builds-name-drodown-broken.yml
@@ -0,0 +1,4 @@
+---
+title: Increases width of mini-pipeline-graph dropdown to prevent wrong position on chrome on ubuntu
+merge_request: 8399
+author: