Changes for adjustable Time Strip view

- Repair broken Plan/Gantt view when not in Time Strip.
This commit is contained in:
Charles Hacskaylo 2025-03-03 20:36:17 -08:00
parent ee6aab2f59
commit 03473ef28f

View File

@ -28,8 +28,7 @@
$handleHitSize: $handleMargin * 2 + $handleSize;
display: grid;
flex: 1 1 auto;
grid-template-rows: 1fr;
grid-template-columns: 100px 100px 1fr;
grid-column-gap: 1px;
grid-row-gap: 1px; // Used for grid within a swimlane for Plan views
min-height: $btnStdH;