Skip to content

Commit

Permalink
Improve display for short secrets
Browse files Browse the repository at this point in the history
Signed-off-by: Knut Ahlers <knut@ahlers.me>
  • Loading branch information
Luzifer committed Aug 12, 2023
1 parent 02b3abf commit 4822c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<b-form-textarea
max-rows="25"
readonly
rows="5"
rows="4"
:value="secret"
/>
<b-input-group-text class="d-flex align-items-start p-0">
Expand Down

0 comments on commit 4822c49

Please sign in to comment.