Begin work on getting the graph data prepared

This commit is contained in:
Oliver-Akins 2025-04-21 23:36:17 -06:00
parent 65856b650c
commit 3796687a72
3 changed files with 74 additions and 2 deletions

View file

@ -14,4 +14,8 @@
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
[data-application-part="graph"] {
flex-grow: 1;
}
}