form fixes

This commit is contained in:
Matthias Kretschmann 2024-03-30 02:43:30 +00:00
parent 56c91fb10c
commit 0927218eea
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
.input {
all: unset;
width: auto;
width: 70px;
padding-left: 0.2rem;
padding-right: 0.2rem;
text-align: center;

View File

@ -14,7 +14,6 @@ export function FormAmount({
type="text"
value={amount}
onChange={(e) => setAmount(Number(e.target.value))}
size={1}
/>
</form>
)