BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
1b1bccdb
Commit
1b1bccdb
authored
Jan 16, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+6
-4
26667-pipeline-width-for-huge-pipeline.yml
...ogs/unreleased/26667-pipeline-width-for-huge-pipeline.yml
+4
-0
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
1b1bccdb
...
...
@@ -44,8 +44,8 @@
.pipeline-info
,
.pipeline-commit
,
.pipeline-
action
s
,
.pipeline-
stage
s
{
.pipeline-
stage
s
,
.pipeline-
action
s
{
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
{
...
...
changelogs/unreleased/26667-pipeline-width-for-huge-pipeline.yml
0 → 100644
View file @
1b1bccdb
---
title
:
Fixes big pipeline and small pipeline width problems and tooltips text being outside the tooltip
merge_request
:
8593
author
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment