Skip to content

Commit

Permalink
fix overflowing text
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Sep 26, 2019
1 parent 99a6d1c commit 1850635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/dashboard/templates/board/contributor.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ <h4 class="h5 font-weight-semibold my-3">
</div>
</div>
</div>
<div>
<a target="_blank" :href="`/issue/fulfill?pk=${bounty.id}`" title="Submit work" class="btn btn-sm btn-gc-blue m-2">Submit Work</a>
<button @click="stopWork(key, bounty.id, authProfile, 'contributorBounties', 'work_in_progress')" class="btn btn-sm btn-outline-gc-blue m-2" title="Stop work" :disabled="key === disabledBtn">Stop Work</button>
<div class="d-flex flex-column justify-content-center mx-2">
<a target="_blank" :href="`/issue/fulfill?pk=${bounty.id}`" title="Submit work" class="btn btn-sm btn-gc-blue m-2 px-4">Submit Work</a>
<button @click="stopWork(key, bounty.id, authProfile, 'contributorBounties', 'work_in_progress')" class="btn btn-sm btn-outline-gc-blue mb-2 mx-2 px-4" title="Stop work" :disabled="key === disabledBtn">Stop Work</button>
</div>
</div>
</li>
Expand Down

0 comments on commit 1850635

Please sign in to comment.