This commit is contained in:
Marta Kowalska
2025-10-22 08:13:59 +00:00
commit 80ca059fb8
162 changed files with 16816 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
.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;
}