Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2017-01-02 20:06:21 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-01-05 20:57:17 +0300
commitf1243ad9528205f3d96cad88ad98b503976fc8a5 (patch)
treeaa3e9bdf3c9426691daadca313c002f977558f94
parent4a0117b8b10f0dbc933d0a6655d462a07f2a5641 (diff)
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
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss3
-rw-r--r--changelogs/unreleased/26218-rety-button-pipeline-builds-name-drodown-broken.yml4
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 38667c7169b..ae59e7aea83 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -610,7 +610,8 @@
.grouped-pipeline-dropdown {
padding: 0;
- 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: