Commit f9b53e4f authored by Clement Ho's avatar Clement Ho

Fix styles in add issues to issue board modal

parent 018e02ac
......@@ -133,9 +133,9 @@ gl.issueBoards.ModalList = Vue.extend({
<div
v-for="issue in group"
v-if="showIssue(issue)"
class="card-parent">
class="board-card-parent">
<div
class="card"
class="board-card"
:class="{ 'is-active': issue.selected }"
@click="toggleIssue($event, issue)">
<issue-card-inner
......
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