レイアウトの変更

dev-frontend-top
Haru.Kusano 5 months ago
parent 50813ac9eb
commit 7e5698f362
  1. 2
      frontend/src/pages/TaskListPage.tsx

@ -265,7 +265,7 @@ const TaskListPage: React.FC = () => {
</Select>
</FormControl>
{!newToBuy.newAddition && <FormControl sx={{ width: "50%", marginBottom: 2 }}>
{!newToBuy.newAddition && <FormControl sx={{ width: "100%", marginBottom: 2 }}>
<InputLabel id="demo-simple-select-label"></InputLabel>
<Select
labelId="demo-simple-select-label"

Loading…
Cancel
Save