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 { ...@@ -214,11 +214,7 @@ export default {
class="dropdown-list js-dropdown-list" class="dropdown-list js-dropdown-list"
@scroll.passive="throttledSetScrollFade" @scroll.passive="throttledSetScrollFade"
> >
<li <li v-for="otherBoard in boards" :key="otherBoard.id" class="js-dropdown-item">
v-for="otherBoard in boards"
:key="otherBoard.id"
class="dropdown-item js-dropdown-item"
>
<a :href="`${boardBaseUrl}/${otherBoard.id}`"> {{ otherBoard.name }} </a> <a :href="`${boardBaseUrl}/${otherBoard.id}`"> {{ otherBoard.name }} </a>
</li> </li>
<li v-if="hasMissingBoards" class="small unclickable"> <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