Commit e352f8dd authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'jivanvl-fix-icon-size-pipeline-editor' into 'master'

Fix pipeline editor icon size

See merge request gitlab-org/gitlab!56780
parents 37b00a88 280d1c64
......@@ -82,7 +82,7 @@ export default {
</gl-alert>
<div v-else>
<div class="gl-display-flex gl-align-items-center">
<gl-icon :size="18" name="lock" use-deprecated-sizes class="gl-text-gray-500 gl-mr-3" />
<gl-icon :size="16" 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">
......
---
title: Change icon size in the pipeline editor
merge_request: 56780
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment