summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-02 15:30:17 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-01-02 15:43:46 +0000
commitf4aab83a36433eddc00db468b86583eacd4636c9 (patch)
treefaabf16e2e3ae2ba41d2c79d3ffa44df33727d21
parent313aa339b9b2cda26c9160f70444f107e2aafef4 (diff)
downloadgitlab-ce-f4aab83a36433eddc00db468b86583eacd4636c9.tar.gz
Increases pipeline graph drowdown width in order to prevent strange position on chrome on ubuntu
Adds MR ID to changelog entry
-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: