правка бага отображения карточки коктейля на странице калькулятора

This commit is contained in:
Kayashov.SM
2025-12-28 02:06:05 +04:00
parent e282681679
commit b585214f58

View File

@@ -9,7 +9,7 @@ import {Counter} from "./Counter";
export function CocktailItemCalc({cocktail, deleteHandler, changeHandler}) { export function CocktailItemCalc({cocktail, deleteHandler, changeHandler}) {
return ( return (
<Card sx={{mb: 1, height: '250px', display: 'relative', p: 2}}> <Card sx={{mb: 1, display: 'relative', p: 2}}>
<Stack justifyContent={'start'} spacing={2}> <Stack justifyContent={'start'} spacing={2}>
<Stack direction='row' justifyContent='start' alignItems='center'> <Stack direction='row' justifyContent='start' alignItems='center'>
<Box sx={{width: '100px', height: '100px'}}> <Box sx={{width: '100px', height: '100px'}}>