summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/pipelines.scss
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-16 12:36:49 -0500
committerFilipa Lacerda <filipa@gitlab.com>2017-01-16 17:53:56 -0500
commit1b1bccdbee71ebd2fd7bf32f8f9ed826453037d9 (patch)
tree4ab811f4d897df3bcf4ba173120e36ba68e5e6c2 /app/assets/stylesheets/pages/pipelines.scss
parent3e0136642f8c7cb8d9cf1a8261de11ec5d06994c (diff)
downloadgitlab-ce-1b1bccdbee71ebd2fd7bf32f8f9ed826453037d9.tar.gz
Fixes big pipeline and small pipeline width problems26667-pipeline-width-for-huge-pipeline
Fixes tooltips text being outside the tooltip Adds MR id to changelog Fix linter error
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 8861315d776..8dff22e32bd 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -44,8 +44,8 @@
.pipeline-info,
.pipeline-commit,
- .pipeline-actions,
- .pipeline-stages {
+ .pipeline-stages,
+ .pipeline-actions {
width: 20%;
}
}
@@ -185,6 +185,7 @@
.stage-cell {
font-size: 0;
+ padding: 10px 4px;
> .stage-container > div > button > span > svg,
> .stage-container > button > svg {
@@ -202,8 +203,8 @@
position: relative;
margin-right: 6px;
- .tooltip {
- white-space: nowrap;
+ .tooltip-inner {
+ padding: 3px 4px;
}
&:not(:last-child) {
@@ -348,6 +349,7 @@
padding: $gl-padding;
white-space: nowrap;
transition: max-height 0.3s, padding 0.3s;
+ overflow: auto;
.stage-column-list,
.builds-container > ul {