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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
f43d62dd
Commit
f43d62dd
authored
Aug 21, 2020
by
lauraMon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes left alignment pipelines
parent
60f239b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
app/assets/javascripts/pipelines/components/graph/graph_component.vue
...avascripts/pipelines/components/graph/graph_component.vue
+1
-2
app/views/projects/pipelines/_with_tabs.html.haml
app/views/projects/pipelines/_with_tabs.html.haml
+1
-1
No files found.
app/assets/javascripts/pipelines/components/graph/graph_component.vue
View file @
f43d62dd
...
...
@@ -131,8 +131,7 @@ export default {
>
<div
:style=
"
{
paddingLeft: `${graphLeftPadding}px`,
paddingRight: `${graphRightPadding}px`,
paddingLeft: `16px`,
}"
>
<gl-loading-icon
v-if=
"isLoading"
class=
"m-auto"
size=
"lg"
/>
...
...
app/views/projects/pipelines/_with_tabs.html.haml
View file @
f43d62dd
...
...
@@ -26,7 +26,7 @@
=
render_if_exists
"projects/pipelines/tabs_holder"
,
pipeline:
@pipeline
,
project:
@project
.tab-content
#js-tab-pipeline
.tab-pane.
position-absolute.position-left-0.w-1
00
#js-tab-pipeline
.tab-pane.
w-10
00
#js-pipeline-graph-vue
#js-tab-builds
.tab-pane
...
...
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