Skip to content

Commit

Permalink
fix(kprompt): adjust input margin
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Apr 11, 2022
1 parent 5d30c52 commit 925e577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KPrompt/KPrompt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
autocomplete="off"
autocapitalize="off"
data-testid="confirmation-input"
class="pt-2"
class="mt-2"
/>
</div>
</div>
Expand Down

0 comments on commit 925e577

Please sign in to comment.