fix: fixed wrapping on statistics page

This commit is contained in:
2024-11-17 01:33:11 +04:00
parent 3b8c75d3d3
commit 873ab7e2bb
3 changed files with 6 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ export const ProfitChart = () => {
const units = ["₽", "шт"];
return (
<PageBlock style={{ flex: 3, minWidth: "500px", padding: "25px" }}>
<PageBlock style={{ flex: 3, minWidth: "600px", padding: "25px" }}>
<ProfitChartFiltersModal
form={form}
/>