Skip to content

Commit

Permalink
web/satellite: fix layout of access encryption (#6957)
Browse files Browse the repository at this point in the history
Fix the layout of the encryption step for access creation flow.
  • Loading branch information
boshevski authored and andriikotko committed May 13, 2024
1 parent 41d151d commit 773d96d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// See LICENSE for copying information.

<template>
<v-form ref="form" class="6 pb-4" @submit.prevent="emit('submit')">
<v-form ref="form" class="pa-6 pb-4" @submit.prevent="emit('submit')">
<v-row>
<v-col cols="12">
<!-- <p class="text-subtitle-2 font-weight-bold mb-2">Encryption Passphrase</p> -->
Expand Down

0 comments on commit 773d96d

Please sign in to comment.