fixed payment history styles on tablet and mobile devices

This commit is contained in:
aleksandr-raw 2024-04-03 10:57:17 +04:00
parent 78b91d2d7a
commit e688b64389

@ -100,10 +100,10 @@ export default function AccordionWrapper2({ tariff, price, last, first, createdA
fontWeight: 500, fontWeight: 500,
color: /* valuesByKey.expired */ false ? theme.palette.text.disabled : theme.palette.gray.dark, color: /* valuesByKey.expired */ false ? theme.palette.text.disabled : theme.palette.gray.dark,
px: 0, px: 0,
width: "200px", width: upMd? "200px" : "auto",
maxWidth: "200px", maxWidth: "200px",
overflow: "hidden", overflow: "hidden",
textOverflow: "ellipsis" textOverflow: "ellipsis",
}} }}
> >
{tariff.isCustom ? "Мой тариф" : tariff.name} {tariff.isCustom ? "Мой тариф" : tariff.name}