We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff4a2e commit 38b5787Copy full SHA for 38b5787
client/src/template/SizeTable.tsx
@@ -12,7 +12,7 @@ export function SizeTable(props: Props) {
12
return (
13
<input
14
type="number"
15
- className="w-11"
+ className="w-12"
16
placeholder="#"
17
value={sizeInput}
18
onKeyDown={(e) => {
0 commit comments