File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
frontend/src/app/collaboration/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -388,20 +388,20 @@ const Question = ({
388
388
</ div >
389
389
< div >
390
390
< span className = "font-bold text-xs" > Expected Input: </ span >
391
- < span className = "text-primary-400 tracking-wide text-xs" >
391
+ < span className = "text-primary-400 tracking-wide text-xs text-wrap " >
392
392
{ example . expected_input }
393
393
</ span >
394
394
</ div >
395
395
< div >
396
396
< span className = "font-bold text-xs" > Expected Output: </ span >
397
- < span className = "text-primary-400 tracking-wide text-xs" >
397
+ < span className = "text-primary-400 tracking-wide text-xs text-wrap " >
398
398
{ example . expected_output }
399
399
</ span >
400
400
</ div >
401
401
{ example . explanation && (
402
402
< div >
403
403
< span className = "font-bold text-xs" > Explanation: </ span >
404
- < span className = "text-primary-400 tracking-wide text-xs" >
404
+ < span className = "text-primary-400 tracking-wide text-xs text-wrap " >
405
405
{ example . explanation }
406
406
</ span >
407
407
</ div >
You can’t perform that action at this time.
0 commit comments