Skip to content

Commit

Permalink
Password generator visual bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed Jun 5, 2024
1 parent 5703275 commit fa50c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Protest/Front/passwordgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ class PassGen extends Window {

const stampButton = document.createElement("input");
stampButton.type = "button";
stampButton.value = " ";
buttonsBox.appendChild(stampButton);

copyButton.style.width = "72px";
Expand Down

0 comments on commit fa50c6f

Please sign in to comment.