This commit is contained in:
Marta Kowalska
2025-12-22 20:22:30 +00:00
parent d4429300aa
commit bb81e7a336
90 changed files with 3676 additions and 1828 deletions
+20
View File
@@ -0,0 +1,20 @@
.rows.wx-FkPcChng {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
overflow: hidden;
}
.bar.wx-FkPcChng {
padding: 12px;
display: flex;
align-items: center;
gap: 20px;
}
.gtcell.wx-FkPcChng {
position: relative;
height: calc(100% - 56px);
border-top: var(--wx-gantt-border);
}