Files
react-gantt/demos/cases/GanttMultiple.css
Marta Kowalska 80ca059fb8 v2.3.1
2025-10-22 08:13:59 +00:00

27 lines
381 B
CSS

.rows.wx-NlISAKUQ {
display: flex;
flex-direction: column;
height: 100%;
}
.row.wx-NlISAKUQ {
padding: 13px;
}
.ganttCell.wx-NlISAKUQ {
height: 410px;
width: 100%;
display: flex;
flex-direction: column;
margin-bottom: 10px;
}
.ganttHeader.wx-NlISAKUQ {
padding: 13px;
border-bottom: var(--wx-gantt-border);
}
.ganttBox.wx-NlISAKUQ {
overflow: hidden;
}