diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index 69b8478b..a3bcde4e 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -5,7 +5,8 @@ import { Typography, FormControlLabel, Checkbox, Box } from '@mui/material'; const CustomBoxContainer = styled.div` position: relative; - width: 300px; + min-width: 250px; + width: auto; min-height: 100px; height: auto; border: 2px solid #ff00c3;