Skip to content

Commit

Permalink
fix: align button (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan1elBox authored Feb 22, 2024
1 parent dc1e440 commit 512800d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions frontend/src/components/SignInWithGitlabButtonComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@
</b-input>
</div>
<div class="inline-div">
<b-button
variant="primary"
@click="getAccessToken()"
>
Sign in
<b-button variant="primary" :disabled="patToken === ''" @click="getAccessToken()"
>Sign in
</b-button>
</div>
</div>
Expand Down

0 comments on commit 512800d

Please sign in to comment.