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
280d1c64
Commit
280d1c64
authored
Mar 16, 2021
by
Jose Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pipeline editor icon size
parent
d897b90f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/assets/javascripts/pipeline_editor/components/editor/ci_config_merged_preview.vue
...ine_editor/components/editor/ci_config_merged_preview.vue
+1
-1
changelogs/unreleased/jivanvl-fix-icon-size-pipeline-editor.yml
...logs/unreleased/jivanvl-fix-icon-size-pipeline-editor.yml
+5
-0
No files found.
app/assets/javascripts/pipeline_editor/components/editor/ci_config_merged_preview.vue
View file @
280d1c64
...
...
@@ -82,7 +82,7 @@ export default {
</gl-alert>
<div
v-else
>
<div
class=
"gl-display-flex gl-align-items-center"
>
<gl-icon
:size=
"1
8"
name=
"lock"
use-deprecated-sizes
class=
"gl-text-gray-500 gl-mr-3"
/>
<gl-icon
:size=
"1
6"
name=
"lock"
class=
"gl-text-gray-500 gl-mr-3"
/>
{{
$options
.
i18n
.
viewOnlyMessage
}}
</div>
<div
class=
"gl-mt-3 gl-border-solid gl-border-gray-100 gl-border-1"
>
...
...
changelogs/unreleased/jivanvl-fix-icon-size-pipeline-editor.yml
0 → 100644
View file @
280d1c64
---
title
:
Change icon size in the pipeline editor
merge_request
:
56780
author
:
type
:
changed
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