summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss7
-rw-r--r--changelogs/unreleased/26026-pipeline-overflow-firefox.yml4
2 files changed, 7 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 93c8b6c9a1e..799dfe908e0 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -335,7 +335,6 @@
width: 100%;
background-color: $gray-light;
padding: $gl-padding;
- overflow: auto;
white-space: nowrap;
transition: max-height 0.3s, padding 0.3s;
@@ -621,14 +620,14 @@
}
.dropdown-counter-badge {
- float: right;
color: $border-color;
font-weight: 100;
font-size: 15px;
- margin-right: 2px;
+ position: absolute;
+ right: 5px;
+ top: 8px;
}
-
.grouped-pipeline-dropdown {
padding: 0;
width: 191px;
diff --git a/changelogs/unreleased/26026-pipeline-overflow-firefox.yml b/changelogs/unreleased/26026-pipeline-overflow-firefox.yml
new file mode 100644
index 00000000000..bf11d877c7e
--- /dev/null
+++ b/changelogs/unreleased/26026-pipeline-overflow-firefox.yml
@@ -0,0 +1,4 @@
+---
+title: Fix line breaking in nodes of the pipeline graph in firefox
+merge_request: 8292
+author: