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
Jérome Perrin
gitlab-ce
Commits
f8b020c7
Commit
f8b020c7
authored
May 25, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed scrolling issues
parent
6c9027f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
app/assets/javascripts/ide/components/pipelines/list.vue
app/assets/javascripts/ide/components/pipelines/list.vue
+18
-3
No files found.
app/assets/javascripts/ide/components/pipelines/list.vue
View file @
f8b020c7
...
...
@@ -30,7 +30,7 @@ export default {
</
script
>
<
template
>
<div>
<div
class=
"ide-pipeline"
>
<loading-icon
v-if=
"isLoadingPipeline && !latestPipeline"
class=
"prepend-top-default"
...
...
@@ -61,7 +61,7 @@ export default {
</a>
</span>
</header>
<tabs>
<tabs
class=
"ide-pipeline-list"
>
<tab
:active=
"!pipelineFailed"
>
...
...
@@ -101,7 +101,22 @@ export default {
</div>
</template>
<
style
>
<
style
scoped
>
.ide-pipeline
{
display
:
flex
;
flex-direction
:
column
;
}
.ide-pipeline-list
{
flex
:
1
;
overflow
:
auto
;
}
.ide-pipeline-header
{
padding-left
:
16px
;
padding-right
:
16px
;
}
.ide-pipeline-header
.ci-status-icon
{
display
:
flex
;
}
...
...
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