Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
a57125d5
Commit
a57125d5
authored
Jan 18, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase pipeline mini graph width
parent
430b3f0e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
app/assets/javascripts/pipelines/components/pipelines_table.vue
...sets/javascripts/pipelines/components/pipelines_table.vue
+2
-2
app/assets/javascripts/pipelines/components/pipelines_table_row.vue
.../javascripts/pipelines/components/pipelines_table_row.vue
+2
-2
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+1
-1
No files found.
app/assets/javascripts/pipelines/components/pipelines_table.vue
View file @
a57125d5
...
...
@@ -50,13 +50,13 @@
Pipeline
</div>
<div
class=
"table-section section-2
5
js-pipeline-commit pipeline-commit"
class=
"table-section section-2
0
js-pipeline-commit pipeline-commit"
role=
"rowheader"
>
Commit
</div>
<div
class=
"table-section section-
15
js-pipeline-stages pipeline-stages"
class=
"table-section section-
20
js-pipeline-stages pipeline-stages"
role=
"rowheader"
>
Stages
...
...
app/assets/javascripts/pipelines/components/pipelines_table_row.vue
View file @
a57125d5
...
...
@@ -239,7 +239,7 @@
:auto-devops-help-path=
"autoDevopsHelpPath"
/>
<div
class=
"table-section section-2
5
"
>
<div
class=
"table-section section-2
0
"
>
<div
class=
"table-mobile-header"
role=
"rowheader"
>
...
...
@@ -258,7 +258,7 @@
</div>
</div>
<div
class=
"table-section section-wrap section-
15
stage-cell"
>
<div
class=
"table-section section-wrap section-
20
stage-cell"
>
<div
class=
"table-mobile-header"
role=
"rowheader"
>
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
a57125d5
...
...
@@ -228,7 +228,7 @@
.stage-cell
{
&
.table-section
{
@media
(
min-width
:
$screen-md-min
)
{
min-width
:
1
48px
;
min-width
:
1
60px
;
/* Hack alert: Without this the mini graph pipeline won't work properly*/
margin-right
:
-4px
;
}
}
...
...
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