remove restriction on number input's width

This commit is contained in:
Henry Jameson 2023-05-08 21:11:48 +03:00
parent 05a7e612aa
commit 0f81239451
2 changed files with 0 additions and 8 deletions

View File

@ -48,9 +48,5 @@
color: var(--cRed, $fallback--cRed);
color: $fallback--cRed;
}
.number-input {
max-width: 6em;
}
}
}

View File

@ -48,9 +48,5 @@
color: var(--cRed, $fallback--cRed);
color: $fallback--cRed;
}
.number-input {
max-width: 6em;
}
}
}