fix: fixed wrapping on statistics page
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user