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