Skip to content

Commit 38b5787

Browse files
committed
better size table
1 parent cff4a2e commit 38b5787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/template/SizeTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function SizeTable(props: Props) {
1212
return (
1313
<input
1414
type="number"
15-
className="w-11"
15+
className="w-12"
1616
placeholder="#"
1717
value={sizeInput}
1818
onKeyDown={(e) => {

0 commit comments

Comments
 (0)