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
9e3bc6b6
Commit
9e3bc6b6
authored
Jul 16, 2020
by
Sarah Groff Hennigh-Palermo
Committed by
Andrew Fontaine
Jul 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make DAG annotations stick
parent
b7510d7a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
app/assets/javascripts/pipelines/components/dag/dag_annotations.vue
.../javascripts/pipelines/components/dag/dag_annotations.vue
+2
-2
app/assets/stylesheets/utilities.scss
app/assets/stylesheets/utilities.scss
+4
-0
changelogs/unreleased/dag-annotations-sticky.yml
changelogs/unreleased/dag-annotations-sticky.yml
+5
-0
No files found.
app/assets/javascripts/pipelines/components/dag/dag_annotations.vue
View file @
9e3bc6b6
...
...
@@ -29,9 +29,9 @@ export default {
return
[
'
gl-display-flex
'
,
'
gl-flex-direction-column
'
,
'
gl-
absolute
'
,
'
gl-
fixed
'
,
'
gl-right-1
'
,
'
gl-top-
0
'
,
'
gl-top-
66vh
'
,
'
gl-w-max-content
'
,
'
gl-px-5
'
,
'
gl-py-4
'
,
...
...
app/assets/stylesheets/utilities.scss
View file @
9e3bc6b6
...
...
@@ -109,3 +109,7 @@
.gl-transition-property-stroke
{
transition-property
:
stroke
;
}
.gl-top-66vh
{
top
:
66vh
;
}
changelogs/unreleased/dag-annotations-sticky.yml
0 → 100644
View file @
9e3bc6b6
---
title
:
Make DAG annotations stick
merge_request
:
37068
author
:
type
:
changed
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