Adding more to registration
This commit is contained in:
parent
585029e082
commit
483f2656da
@ -1 +1 @@
|
||||
npm test
|
||||
npx lint-staged
|
||||
|
||||
@ -86,10 +86,12 @@
|
||||
flex: 1 1 100%;
|
||||
min-width: 200px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
|
||||
.country-code-select {
|
||||
flex: 0 0 auto;
|
||||
width: 120px;
|
||||
padding: 8px;
|
||||
font-size: 0.9rem;
|
||||
border-radius: 4px;
|
||||
|
||||
@ -63,5 +63,13 @@
|
||||
"workerDirectory": [
|
||||
"public"
|
||||
]
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx}": [
|
||||
"npx prettier --write"
|
||||
],
|
||||
"*.{json,css,scss,md}": [
|
||||
"npx prettier --write"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user