Skip to content

Commit

Permalink
add spacing to scan qr code text in profile card (#3652)
Browse files Browse the repository at this point in the history
* add margin to text

* Revert "add margin to text"

This reverts commit b87d723.

* add margin to text

* remove strict cols to allow responsiveness

* add horizontal margin
  • Loading branch information
amiraabouhadid authored Nov 25, 2024
1 parent 2eb9e87 commit efae2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/playground/src/dashboard/twin_view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
</v-col>

<v-divider vertical aria-colspan="1"></v-divider>
<v-col lg="4" md="12" sm="12" class="my-4" v-if="profileManager.profile">
<div class="text-center my-3">
<v-col v-if="profileManager.profile">
<div class="text-center my-3 mx-2">
<p>
Scan the QR code using
<a class="app-link" :href="manual.tf_connect_app" target="_blank"> ThreeFold Connect </a>
Expand Down

0 comments on commit efae2d5

Please sign in to comment.