Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Jul 23, 2023
1 parent 528d403 commit 845f0e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/IssueSuggestionList.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<b-dropdown class="my-2"
><b-dropdown-item
class="d-flex"
@click="acceptIssueSuggestion(issueSuggestion.issuecode)"
v-for="issueSuggestion of issueSuggestions"
>
Expand Down

0 comments on commit 845f0e2

Please sign in to comment.