Commit 8e767d18 authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Kushal Pandya

Remove duplicate padding from issue board switcher

parent 66518762
......@@ -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