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
Boxiang Sun
gitlab-ce
Commits
3d7ed053
Commit
3d7ed053
authored
Jul 19, 2019
by
Sam Beckham
Committed by
Phil Hughes
Jul 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes the alignment on reports
- Removes a justify-center class that causes reports to centrally align
parent
2e56b134
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
app/assets/javascripts/reports/components/report_item.vue
app/assets/javascripts/reports/components/report_item.vue
+1
-1
app/assets/javascripts/reports/components/summary_row.vue
app/assets/javascripts/reports/components/summary_row.vue
+1
-3
changelogs/unreleased/fix-alignment-on-security-reports.yml
changelogs/unreleased/fix-alignment-on-security-reports.yml
+5
-0
No files found.
app/assets/javascripts/reports/components/report_item.vue
View file @
3d7ed053
...
...
@@ -45,7 +45,7 @@ export default {
<
template
>
<li
:class=
"
{ 'is-dismissed': issue.isDismissed }"
class="report-block-list-issue
justify-content-center
align-items-center"
class="report-block-list-issue align-items-center"
>
<issue-status-icon
v-if=
"showReportSectionStatusIcon"
...
...
app/assets/javascripts/reports/components/summary_row.vue
View file @
3d7ed053
...
...
@@ -44,9 +44,7 @@ export default {
};
</
script
>
<
template
>
<div
class=
"report-block-list-issue report-block-list-issue-parent justify-content-center align-items-center"
>
<div
class=
"report-block-list-issue report-block-list-issue-parent align-items-center"
>
<div
class=
"report-block-list-icon append-right-default"
>
<gl-loading-icon
v-if=
"statusIcon === 'loading'"
...
...
changelogs/unreleased/fix-alignment-on-security-reports.yml
0 → 100644
View file @
3d7ed053
---
title
:
Fixes alignment issues with reports
merge_request
:
30839
author
:
type
:
fixed
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