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
f30b5af6
Commit
f30b5af6
authored
Jul 12, 2018
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove padding on reports
parent
b841ce07
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
ee/app/assets/javascripts/vue_shared/security_reports/grouped_security_reports_app.vue
..._shared/security_reports/grouped_security_reports_app.vue
+1
-1
ee/app/assets/stylesheets/pages/merge_requests.scss
ee/app/assets/stylesheets/pages/merge_requests.scss
+8
-0
ee/app/assets/stylesheets/pages/security_reports.scss
ee/app/assets/stylesheets/pages/security_reports.scss
+0
-1
No files found.
ee/app/assets/javascripts/vue_shared/security_reports/grouped_security_reports_app.vue
View file @
f30b5af6
...
...
@@ -210,7 +210,7 @@ export default {
:loading-text=
"groupedSummaryText"
:error-text=
"groupedSummaryText"
:has-issues=
"true"
class=
"mr-widget-border-top"
class=
"mr-widget-border-top
grouped-security-reports
"
>
<div
slot=
"body"
...
...
ee/app/assets/stylesheets/pages/merge_requests.scss
View file @
f30b5af6
...
...
@@ -102,6 +102,14 @@
border-radius
:
$border-radius-default
$border-radius-default
0
0
;
}
}
.grouped-security-reports
{
padding
:
0
;
>
.media
{
padding
:
$gl-padding
;
}
}
}
.mr-widget-section
{
...
...
ee/app/assets/stylesheets/pages/security_reports.scss
View file @
f30b5af6
...
...
@@ -39,7 +39,6 @@
}
.mr-widget-grouped-section
{
margin-top
:
$gl-padding
;
.report-block-container
{
max-height
:
170px
;
...
...
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