Skip to content

Commit

Permalink
BugFix for Password input overwriting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishesh-Tripathi committed Jul 25, 2024
1 parent 7c29c34 commit 1172359
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.App {
text-align: center;
}
input::-ms-reveal,
input::-ms-clear {
display: none;
}

.App-logo {
height: 40vmin;
Expand Down

0 comments on commit 1172359

Please sign in to comment.