Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix mobile
Browse files
frontend/src/components/BenchmarkCreateForm.jsx
CHANGED
@@ -308,7 +308,7 @@ function BenchmarkCreateForm({ onStartGeneration }) {
|
|
308 |
|
309 |
<Grid container spacing={2} sx={{ mb: 2 }}>
|
310 |
{defaultDocuments.map((doc) => (
|
311 |
-
<Grid item xs={12}
|
312 |
<Box
|
313 |
elevation={2}
|
314 |
sx={{
|
|
|
308 |
|
309 |
<Grid container spacing={2} sx={{ mb: 2 }}>
|
310 |
{defaultDocuments.map((doc) => (
|
311 |
+
<Grid item xs={12} sm={4} key={doc.id}>
|
312 |
<Box
|
313 |
elevation={2}
|
314 |
sx={{
|