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

27 lines
448 B
CSS

.rows.wx-KB3Eoqwm {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
overflow: hidden;
}
.row.wx-KB3Eoqwm {
padding: 13px;
font-family: var(--wx-font-family);
font-size: var(--wx-font-size);
}
.gtcell.wx-KB3Eoqwm {
position: relative;
height: 100%;
min-height: 0;
border-top: var(--wx-gantt-border);
margin-bottom: 10px;
}
.gtcell.wx-KB3Eoqwm:last-of-type {
margin-bottom: 0;
}