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

19 lines
293 B
CSS

.demo.wx-VOqDTkHq {
height: 100%;
display: flex;
flex-direction: column;
}
.bar.wx-VOqDTkHq {
padding: 20px;
background-color: var(--wx-background);
border: var(--wx-border);
--wx-input-width: 100px;
}
.gantt.wx-VOqDTkHq {
position: relative;
height: calc(100% - 74px);
}