diff --git a/src/webparts/summaryWebPart/components/TrafficLight/TrafficLight.tsx b/src/webparts/summaryWebPart/components/TrafficLight/TrafficLight.tsx index eb3fa02..995f81d 100644 --- a/src/webparts/summaryWebPart/components/TrafficLight/TrafficLight.tsx +++ b/src/webparts/summaryWebPart/components/TrafficLight/TrafficLight.tsx @@ -91,25 +91,28 @@ export default class TrafficLight extends React.Component { name: "Дата начала", fieldName: "start", minWidth: 40, - maxWidth: 60 + maxWidth: 80 }, { key: "column2", name: "Дата окончания", fieldName: "end", - minWidth: 80 + minWidth: 80, + maxWidth: 100 }, { key: "column3", name: "Срок выполнения", fieldName: "time", - minWidth: 90 + minWidth: 90, + maxWidth: 110 }, { key: "column4", name: "Всего задач", fieldName: "allTasks", minWidth: 60, + maxWidth: 80 } ]} compact={true}