Skip to content

Commit

Permalink
had to remove the form control as checkbox was not visible in brave b…
Browse files Browse the repository at this point in the history
…rowser - dont know why
  • Loading branch information
Vishwas1 committed Aug 26, 2021
1 parent 7b0375c commit 4052ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Investors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ label {
<div class="d-flex mx-auto justify-content-between px-4 mt-4">
<div class="bold">Check to choose randomly (optional) </div>
<div class="bold">
<input v-model="isRandom" type="checkbox" class="form-control" title="Check to choose randomly" />
<input v-model="isRandom" type="checkbox" class="" title="Check to choose randomly" />
</div>
</div>

Expand Down

0 comments on commit 4052ee5

Please sign in to comment.