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.
1 parent eba6918 commit a2a1577Copy full SHA for a2a1577
hwproj.front/src/components/Solutions/StudentSolutionsPage.tsx
@@ -269,7 +269,7 @@ const StudentSolutionsPage: FC = () => {
269
<div className={"container"} style={{marginBottom: '50px', marginTop: '15px'}}>
270
<Grid container direction={"column"} justifyContent="center" alignContent={"stretch"} spacing={2}>
271
<Grid item container>
272
- <Stack direction={"row"} spacing={1}
+ <Stack direction={"row"} spacing={1} minWidth={"100%"}
273
style={{overflowY: "hidden", overflowX: "auto", minHeight: 80}}>
274
{taskSolutionsStats!.map((t, index) => {
275
const isCurrent = versionsOfCurrentTask.includes(t.taskId!)
0 commit comments