made tables more feature complete and started splitting of all the data handling to dataset.ts
This commit is contained in:
parent
17e49c23d8
commit
977670b9e0
7 changed files with 325 additions and 123 deletions
|
@ -13,6 +13,12 @@
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
& fieldset {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
gap: var(--padding-m);
|
||||
}
|
||||
}
|
||||
|
||||
& .content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue