feat: set min width
This commit is contained in:
@@ -5,7 +5,8 @@ import { Typography, FormControlLabel, Checkbox, Box } from '@mui/material';
|
|||||||
|
|
||||||
const CustomBoxContainer = styled.div`
|
const CustomBoxContainer = styled.div`
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 300px;
|
min-width: 250px;
|
||||||
|
width: auto;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
height: auto;
|
height: auto;
|
||||||
border: 2px solid #ff00c3;
|
border: 2px solid #ff00c3;
|
||||||
|
|||||||
Reference in New Issue
Block a user