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
69253414
Commit
69253414
authored
Jan 26, 2020
by
David
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(pipeline_badge): update styles for pipeline badge to correctly center it vertically
parent
bb444daf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
changelogs/unreleased/39531.yml
changelogs/unreleased/39531.yml
+6
-0
ee/app/assets/javascripts/vue_shared/dashboards/components/project_pipeline.vue
...pts/vue_shared/dashboards/components/project_pipeline.vue
+1
-1
No files found.
changelogs/unreleased/39531.yml
0 → 100644
View file @
69253414
---
title
:
Update styles for pipeline status badge to be correctly vertically centered
in project pipeline card
merge_request
:
author
:
Oregand
type
:
fixed
ee/app/assets/javascripts/vue_shared/dashboards/components/project_pipeline.vue
View file @
69253414
...
...
@@ -117,7 +117,7 @@ export default {
<ci-badge-link
ref=
"status"
class=
"bg-white"
class=
"bg-white
d-inline-block align-middle py-0
"
:status=
"lastPipeline.details.status"
:show-text=
"true"
/>
...
...
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