summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/pipelines.scss
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-12-26 18:44:38 +0000
committerFatih Acet <acetfatih@gmail.com>2016-12-26 18:44:38 +0000
commitbbb9d05f30d5e660ab82654ae296a82528501bae (patch)
treee50878bf2513fcf0df38c5cdf58732b58f2b5ac3 /app/assets/stylesheets/pages/pipelines.scss
parent6b9933b982c5a7d8d3523c70f29701385e7606f8 (diff)
parent5507c7c66bd76030494d3fc5cc449cd9dc487077 (diff)
downloadgitlab-ce-bbb9d05f30d5e660ab82654ae296a82528501bae.tar.gz
Merge branch '26026-pipeline-overflow-firefox' into 'master'
Fix line breaking in nodes of the pipeline graph in firefox Closes #26026 See merge request !8292
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 5f8874289cc..c370b6247b0 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;