diff options
Diffstat (limited to 'src/tools/bcrypt/bcrypt.vue')
-rw-r--r-- | src/tools/bcrypt/bcrypt.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/bcrypt/bcrypt.vue b/src/tools/bcrypt/bcrypt.vue index 55c0005..c28c20b 100644 --- a/src/tools/bcrypt/bcrypt.vue +++ b/src/tools/bcrypt/bcrypt.vue @@ -23,6 +23,7 @@ const compareMatch = computed(() => compareSync(compareString.value, compareHash raw-text label="Your string: " label-position="left" + label-align="right" label-width="120px" mb-2 /> |