mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 09:23:16 +01:00
form fixes
This commit is contained in:
parent
56c91fb10c
commit
0927218eea
@ -4,7 +4,7 @@
|
||||
|
||||
.input {
|
||||
all: unset;
|
||||
width: auto;
|
||||
width: 70px;
|
||||
padding-left: 0.2rem;
|
||||
padding-right: 0.2rem;
|
||||
text-align: center;
|
||||
|
@ -14,7 +14,6 @@ export function FormAmount({
|
||||
type="text"
|
||||
value={amount}
|
||||
onChange={(e) => setAmount(Number(e.target.value))}
|
||||
size={1}
|
||||
/>
|
||||
</form>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user