feat: set min width

This commit is contained in:
karishmas6
2024-10-20 15:55:27 +05:30
parent 749d78dad0
commit 9631f7a145

View File

@@ -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;