tfrere commited on
Commit
4a6a165
·
1 Parent(s): c53adad

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} md={4} key={doc.id}>
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={{