diff --git a/rsconcept/frontend/src/features/rsform/components/SelectWordForm.tsx b/rsconcept/frontend/src/features/rsform/components/SelectWordForm.tsx index 8c142822..57cedef8 100644 --- a/rsconcept/frontend/src/features/rsform/components/SelectWordForm.tsx +++ b/rsconcept/frontend/src/features/rsform/components/SelectWordForm.tsx @@ -40,7 +40,7 @@ export function SelectWordForm({ value, onChange, className, ...restProps }: Sel } return ( -
+
{DefaultWordForms.slice(0, 12).map((data, index) => ( onSelectGrams([...grams])} className={clsx( - 'min-w-[4.15rem] sm:min-w-[6.15rem]', + 'min-w-[3.75rem] sm:min-w-[5.5rem]', 'p-1', 'border rounded-none', 'cursor-pointer',