We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3cdc1 commit 6b08c57Copy full SHA for 6b08c57
1 file changed
hwproj.front/src/components/Solutions/TaskSolutionComponent.tsx
@@ -498,7 +498,7 @@ const TaskSolutionComponent: FC<ISolutionProps> = (props) => {
498
{solution.comment &&
499
<Grid item style={{marginBottom: -16}}>
500
{showOriginalCommentText
501
- ? <Typography style={{marginBottom: 15}}>{solution.comment}</Typography>
+ ? <Typography style={{marginBottom: 15, whiteSpace: 'break-spaces'}}>{solution.comment}</Typography>
502
: <MarkdownPreview value={solution.comment}/>}
503
</Grid>
504
}
0 commit comments