diff --git a/apps/web/src/app/create/worksheets/addition/components/config-panel/MasteryModePanel.tsx b/apps/web/src/app/create/worksheets/addition/components/config-panel/MasteryModePanel.tsx index b566f0ee..00f43fdf 100644 --- a/apps/web/src/app/create/worksheets/addition/components/config-panel/MasteryModePanel.tsx +++ b/apps/web/src/app/create/worksheets/addition/components/config-panel/MasteryModePanel.tsx @@ -320,6 +320,10 @@ export function MasteryModePanel({ formState, onChange, isDark = false }: Master fontWeight: '600', color: isDark ? 'white' : 'gray.900', lineHeight: '1.2', + overflow: 'hidden', + textOverflow: 'ellipsis', + whiteSpace: 'nowrap', + flex: 1, })} > {currentAdditionSkill.name} @@ -479,6 +483,10 @@ export function MasteryModePanel({ formState, onChange, isDark = false }: Master fontWeight: '600', color: isDark ? 'white' : 'gray.900', lineHeight: '1.2', + overflow: 'hidden', + textOverflow: 'ellipsis', + whiteSpace: 'nowrap', + flex: 1, })} > {currentSubtractionSkill.name}