diff options
Diffstat (limited to 'src/tools/bcrypt/bcrypt.vue')
-rw-r--r-- | src/tools/bcrypt/bcrypt.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/bcrypt/bcrypt.vue b/src/tools/bcrypt/bcrypt.vue index fbbe885..f633455 100644 --- a/src/tools/bcrypt/bcrypt.vue +++ b/src/tools/bcrypt/bcrypt.vue @@ -16,8 +16,7 @@ </n-form-item> <n-input :value="hashed" readonly style="text-align: center" /> </n-form> - <br /> - <n-space justify="center"> + <n-space justify="center" mt-5> <c-button @click="copy"> Copy hash </c-button> </n-space> </n-card> |