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.
2 parents e0dd99c + 59a470b commit 3eb4592Copy full SHA for 3eb4592
client/src/components/home/ta/StudentEntry.tsx
@@ -93,7 +93,7 @@ export default function StudentEntry(props) {
93
{student.isFrozen && <PauseIcon fontSize="inherit" />}
94
{<Typography variant="body2">[{student.topic.name}]</Typography>}
95
{
96
- <Typography variant="body2" sx={{ whiteSpace: 'pre-line' }}>
+ <Typography variant="body2" sx={{ whiteSpace: 'pre-line', wordBreak: 'break-word' }}>
97
{' '}
98
{student.question}{' '}
99
</Typography>
0 commit comments