Commit 280d1c64 authored by Jose Vargas's avatar Jose Vargas

Fix pipeline editor icon size

parent d897b90f
...@@ -82,7 +82,7 @@ export default { ...@@ -82,7 +82,7 @@ export default {
</gl-alert> </gl-alert>
<div v-else> <div v-else>
<div class="gl-display-flex gl-align-items-center"> <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 }} {{ $options.i18n.viewOnlyMessage }}
</div> </div>
<div class="gl-mt-3 gl-border-solid gl-border-gray-100 gl-border-1"> <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