Commit 33c4c092 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'yo-master-patch-78372' into 'master'

Align button in boards sidebar settings

See merge request gitlab-org/gitlab!50928
parents ea601c8c f097d930
...@@ -116,7 +116,7 @@ export default { ...@@ -116,7 +116,7 @@ export default {
v-if="isWipLimitsOn" v-if="isWipLimitsOn"
:max-issue-count="activeList.maxIssueCount" :max-issue-count="activeList.maxIssueCount"
/> />
<div v-if="canAdminList && !activeList.preset && activeList.id" class="gl-m-4"> <div v-if="canAdminList && !activeList.preset && activeList.id" class="gl-mt-4">
<gl-button <gl-button
variant="danger" variant="danger"
category="secondary" category="secondary"
......
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