fixed maxHeight for ServiceList parent Card as 50vh
This commit is contained in:
@@ -158,7 +158,7 @@ export function MobileLayout({
|
|||||||
{selectedFeature.description}
|
{selectedFeature.description}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
<ServiceList serviceList={selectedFeature.serviceList}/>
|
<ServiceList serviceList={selectedFeature.serviceList} />
|
||||||
</Card>
|
</Card>
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
@@ -247,9 +247,10 @@ export default function Services() {
|
|||||||
variant="outlined"
|
variant="outlined"
|
||||||
sx={{
|
sx={{
|
||||||
display: {xs: 'none', sm: 'flex'},
|
display: {xs: 'none', sm: 'flex'},
|
||||||
|
maxHeight: '50vh',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ServiceList serviceList={selectedFeature.serviceList}/>
|
<ServiceList serviceList={selectedFeature.serviceList} />
|
||||||
</Card>
|
</Card>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user