ссылки с utm метками
This commit is contained in:
parent
7f024bcf78
commit
dd2a96f948
@ -152,7 +152,7 @@ export default function GenderAndAgeSelector({ handleAdd }: GenderAndAgeSelector
|
||||
</RadioGroup>
|
||||
</FormControl>
|
||||
|
||||
<FormControl sx={{ maxWidth: "420px", width: "100%", marginLeft: isMobile ? "0" : "120px" }} variant="filled">
|
||||
<FormControl sx={{ maxWidth: "420px", width: "100%", marginLeft: isMobile ? "0" : "120px", minWidth: "265px" }} variant="filled">
|
||||
<Box sx={{
|
||||
display: 'flex',
|
||||
alignItems: 'end',
|
||||
|
@ -151,7 +151,8 @@ export default function PersonalizationAI() {
|
||||
value={link}
|
||||
onChange={handleLinkChange}
|
||||
sxForm={{
|
||||
width: "615px",
|
||||
maxWidth: "615px",
|
||||
width: "100%",
|
||||
}}
|
||||
/>
|
||||
</Box>
|
||||
|
Loading…
Reference in New Issue
Block a user