I can set a fixed width for my child td's but im looking for an auto width so it resize to the size of my labels inside it, when i set the width to auto it scale way to much how cna i fix it
.timeline-resource-grouping.e-schedule .e-timeline-view .e-resource-left-td,
.timeline-resource-grouping.e-schedule .e-timeline-month-view .e-resource-left-td {
width: 100px;
}