Skip to content

Commit

Permalink
refactor(bcrypt): fix input label align (#721)
Browse files Browse the repository at this point in the history
Co-authored-by: robin.li <[email protected]>
  • Loading branch information
Oceansdeep7 and robin.li authored Nov 7, 2023
1 parent e07e2ae commit 093ff31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/bcrypt/bcrypt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
/>
Expand Down

1 comment on commit 093ff31

@vercel
Copy link

@vercel vercel bot commented on 093ff31 Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.