Skip to content
Snippets Groups Projects
Commit 1b1bccdb authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Fixes big pipeline and small pipeline width problems

Fixes tooltips text being outside the tooltip

Adds MR id to changelog

Fix linter error
parent 3e013664
No related branches found
No related tags found
No related merge requests found
Loading
@@ -44,8 +44,8 @@
Loading
@@ -44,8 +44,8 @@
   
.pipeline-info, .pipeline-info,
.pipeline-commit, .pipeline-commit,
.pipeline-actions, .pipeline-stages,
.pipeline-stages { .pipeline-actions {
width: 20%; width: 20%;
} }
} }
Loading
@@ -185,6 +185,7 @@
Loading
@@ -185,6 +185,7 @@
   
.stage-cell { .stage-cell {
font-size: 0; font-size: 0;
padding: 10px 4px;
   
> .stage-container > div > button > span > svg, > .stage-container > div > button > span > svg,
> .stage-container > button > svg { > .stage-container > button > svg {
Loading
@@ -202,8 +203,8 @@
Loading
@@ -202,8 +203,8 @@
position: relative; position: relative;
margin-right: 6px; margin-right: 6px;
   
.tooltip { .tooltip-inner {
white-space: nowrap; padding: 3px 4px;
} }
   
&:not(:last-child) { &:not(:last-child) {
Loading
@@ -348,6 +349,7 @@
Loading
@@ -348,6 +349,7 @@
padding: $gl-padding; padding: $gl-padding;
white-space: nowrap; white-space: nowrap;
transition: max-height 0.3s, padding 0.3s; transition: max-height 0.3s, padding 0.3s;
overflow: auto;
   
.stage-column-list, .stage-column-list,
.builds-container > ul { .builds-container > ul {
Loading
Loading
---
title: Fixes big pipeline and small pipeline width problems and tooltips text being outside the tooltip
merge_request: 8593
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment