Begin work on getting the graph data prepared
This commit is contained in:
parent
65856b650c
commit
3796687a72
3 changed files with 74 additions and 2 deletions
|
|
@ -14,4 +14,8 @@
|
|||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
[data-application-part="graph"] {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue