summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-12-23 12:36:26 +0000
committerFilipa Lacerda <filipa@gitlab.com>2016-12-23 12:44:26 +0000
commit5507c7c66bd76030494d3fc5cc449cd9dc487077 (patch)
tree545fe61d9ea55007f37c192f7045a80a83cc2230
parent0b95f765656442f389fd4d5f45131be6608d0829 (diff)
downloadgitlab-ce-26026-pipeline-overflow-firefox.tar.gz
Fix line breaking in nodes of the pipeline graph in firefox26026-pipeline-overflow-firefox
Adds MR ID to CHANGELOG entry
-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: