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
ae7c2a80
Commit
ae7c2a80
authored
Jan 03, 2019
by
Lukas Eipert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Security Dashboard Header font size
parent
2efc19f8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table.vue
...ecurity_dashboard/components/security_dashboard_table.vue
+5
-4
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
...ity_dashboard/components/security_dashboard_table_row.vue
+1
-5
ee/changelogs/unreleased/8891-table-headers-font-size-is-too-big-in-group-level-security-dashboard.yml
...ont-size-is-too-big-in-group-level-security-dashboard.yml
+5
-0
No files found.
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table.vue
View file @
ae7c2a80
...
...
@@ -53,7 +53,10 @@ export default {
<
template
>
<div
class=
"ci-table"
>
<div
class=
"gl-responsive-table-row table-row-header vulnerabilities-row-header"
role=
"row"
>
<div
class=
"gl-responsive-table-row table-row-header vulnerabilities-row-header px-2"
role=
"row"
>
<div
class=
"table-section section-10"
role=
"rowheader"
>
{{
s__
(
'
Reports|Severity
'
)
}}
</div>
<div
class=
"table-section section-60"
role=
"rowheader"
>
{{
s__
(
'
Reports|Vulnerability
'
)
}}
...
...
@@ -104,8 +107,6 @@ export default {
<
style
>
.vulnerabilities-row-header
{
background-color
:
#fafafa
;
font-size
:
1rem
;
padding-left
:
0.4em
;
padding-right
:
0.4em
;
font-size
:
14px
;
}
</
style
>
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
View file @
ae7c2a80
...
...
@@ -57,7 +57,7 @@ export default {
</
script
>
<
template
>
<div
class=
"gl-responsive-table-row vulnerabilities-row"
:class=
"
{ dismissed: isDismissed }">
<div
class=
"gl-responsive-table-row vulnerabilities-row
p-2
"
:class=
"
{ dismissed: isDismissed }">
<div
class=
"table-section section-10"
>
<div
class=
"table-mobile-header"
role=
"rowheader"
>
{{
s__
(
'
Reports|Severity
'
)
}}
</div>
<div
class=
"table-mobile-content"
><severity-badge
:severity=
"severity"
/></div>
...
...
@@ -110,10 +110,6 @@ export default {
<
style
scoped
>
@media
(
min-width
:
768px
)
{
.vulnerabilities-row
{
padding
:
0.6em
0.4em
;
}
.vulnerabilities-row
:hover
,
.vulnerabilities-row
:focus
{
background
:
#f6fafd
;
...
...
ee/changelogs/unreleased/8891-table-headers-font-size-is-too-big-in-group-level-security-dashboard.yml
0 → 100644
View file @
ae7c2a80
---
title
:
Fix Security Dashboard Header font size
merge_request
:
9011
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