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:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/pipeline.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/pipeline.scss11
1 files changed, 8 insertions, 3 deletions
diff --git a/app/assets/stylesheets/page_bundles/pipeline.scss b/app/assets/stylesheets/page_bundles/pipeline.scss
index c8b1b6cf9aa..a9d353a0444 100644
--- a/app/assets/stylesheets/page_bundles/pipeline.scss
+++ b/app/assets/stylesheets/page_bundles/pipeline.scss
@@ -129,11 +129,17 @@
}
.gl-pipeline-job-width {
- width: 186px;
+ width: 100%;
+ max-width: 400px;
}
.gl-pipeline-job-width\! {
- width: 186px !important;
+ width: 100% !important;
+ max-width: 400px !important;
+}
+
+.gl-downstream-pipeline-job-width {
+ width: 240px;
}
.gl-linked-pipeline-padding {
@@ -199,7 +205,6 @@
.big-pipeline-graph-dropdown-menu {
@include pipeline-graph-dropdown-menu();
- width: 195px;
min-width: 195px;
left: 100%;
top: -10px;