Skip to content

Commit

Permalink
fix: fixed phn number input
Browse files Browse the repository at this point in the history
  • Loading branch information
Srish-ty committed Apr 10, 2024
1 parent 86a377f commit dcb8095
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/form/formInputs.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ input[type='file']::file-selector-button {
width: 110px;
}
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}

input[type='number'] {
-moz-appearance: textfield;
}

0 comments on commit dcb8095

Please sign in to comment.