Commit 241626b1 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'yo-remove-space' into 'master'

Remove the huge bottom margin for "expand file" button

See merge request gitlab-org/gitlab!51802
parents c5dfeecb d32839ec
...@@ -330,7 +330,7 @@ export default { ...@@ -330,7 +330,7 @@ export default {
v-show="showWarning" v-show="showWarning"
class="collapsed-file-warning gl-p-7 gl-bg-orange-50 gl-text-center gl-rounded-bottom-left-base gl-rounded-bottom-right-base" class="collapsed-file-warning gl-p-7 gl-bg-orange-50 gl-text-center gl-rounded-bottom-left-base gl-rounded-bottom-right-base"
> >
<p class="gl-mb-8"> <p class="gl-mb-5">
{{ $options.i18n.autoCollapsed }} {{ $options.i18n.autoCollapsed }}
</p> </p>
<gl-button <gl-button
......
---
title: Remove huge bottom margin for expand file button
merge_request: 51802
author: Yogi (@yo)
type: other
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