diff options
Diffstat (limited to 'src/tools/bcrypt/bcrypt.vue')
-rw-r--r-- | src/tools/bcrypt/bcrypt.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/bcrypt/bcrypt.vue b/src/tools/bcrypt/bcrypt.vue index c0c86f6..eb366fa 100644 --- a/src/tools/bcrypt/bcrypt.vue +++ b/src/tools/bcrypt/bcrypt.vue @@ -15,9 +15,9 @@ <c-input-text :value="hashed" readonly text-center /> - <n-space justify="center" mt-5> + <div mt-5 flex justify-center> <c-button @click="copy"> Copy hash </c-button> - </n-space> + </div> </c-card> <c-card title="Compare string with hash"> |