Commit 96449b63 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'winh-board-switcher-padding' into 'master'

Remove duplicate padding from issue board switcher

Closes #8937

See merge request gitlab-org/gitlab-ee!8928
parents 66518762 8e767d18
......@@ -214,11 +214,7 @@ export default {
class="dropdown-list js-dropdown-list"
@scroll.passive="throttledSetScrollFade"
>
<li
v-for="otherBoard in boards"
:key="otherBoard.id"
class="dropdown-item js-dropdown-item"
>
<li v-for="otherBoard in boards" :key="otherBoard.id" class="js-dropdown-item">
<a :href="`${boardBaseUrl}/${otherBoard.id}`"> {{ otherBoard.name }} </a>
</li>
<li v-if="hasMissingBoards" class="small unclickable">
......
---
title: Remove duplicate padding from issue board switcher
merge_request: 8928
author:
type: fixed
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