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
756e1a55
Commit
756e1a55
authored
Jan 07, 2021
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix card headers alignment in on-demand scans form
parent
720bd35b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
10 deletions
+15
-10
ee/app/assets/javascripts/on_demand_scans/components/profile_selector/profile_selector.vue
...nd_scans/components/profile_selector/profile_selector.vue
+2
-2
ee/changelogs/unreleased/on-demand-scans-profile-selectors-alignment.yml
...nreleased/on-demand-scans-profile-selectors-alignment.yml
+5
-0
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/scanner_profile_selector_spec.js.snap
...ector/__snapshots__/scanner_profile_selector_spec.js.snap
+4
-4
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/site_profile_selector_spec.js.snap
...selector/__snapshots__/site_profile_selector_spec.js.snap
+4
-4
No files found.
ee/app/assets/javascripts/on_demand_scans/components/profile_selector/profile_selector.vue
View file @
756e1a55
...
...
@@ -42,8 +42,8 @@ export default {
<gl-card>
<template
#header
>
<div
class=
"row"
>
<div
class=
"col-7"
>
<h3
class=
"gl-font-lg gl-
display-inline
"
>
<div
class=
"col-7
gl-display-flex gl-align-items-center
"
>
<h3
class=
"gl-font-lg gl-
my-0
"
>
<slot
name=
"title"
></slot>
</h3>
</div>
...
...
ee/changelogs/unreleased/on-demand-scans-profile-selectors-alignment.yml
0 → 100644
View file @
756e1a55
---
title
:
Fix on-demand scans profile selectors' title alignment
merge_request
:
51133
author
:
type
:
fixed
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/scanner_profile_selector_spec.js.snap
View file @
756e1a55
...
...
@@ -13,10 +13,10 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
class="row"
>
<div
class="col-7"
class="col-7
gl-display-flex gl-align-items-center
"
>
<h3
class="gl-font-lg gl-
display-inline
"
class="gl-font-lg gl-
my-0
"
>
Scanner profile
</h3>
...
...
@@ -218,10 +218,10 @@ exports[`OnDemandScansScannerProfileSelector renders properly without profiles 1
class="row"
>
<div
class="col-7"
class="col-7
gl-display-flex gl-align-items-center
"
>
<h3
class="gl-font-lg gl-
display-inline
"
class="gl-font-lg gl-
my-0
"
>
Scanner profile
</h3>
...
...
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/site_profile_selector_spec.js.snap
View file @
756e1a55
...
...
@@ -13,10 +13,10 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
class="row"
>
<div
class="col-7"
class="col-7
gl-display-flex gl-align-items-center
"
>
<h3
class="gl-font-lg gl-
display-inline
"
class="gl-font-lg gl-
my-0
"
>
Site profile
</h3>
...
...
@@ -218,10 +218,10 @@ exports[`OnDemandScansSiteProfileSelector renders properly without profiles 1`]
class="row"
>
<div
class="col-7"
class="col-7
gl-display-flex gl-align-items-center
"
>
<h3
class="gl-font-lg gl-
display-inline
"
class="gl-font-lg gl-
my-0
"
>
Site profile
</h3>
...
...
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