refactored Record.data and Record.expand to be concurrent safe

This commit is contained in:
Gani Georgiev
2023-01-25 22:39:42 +02:00
parent 39df263a03
commit ae371e8481
38 changed files with 313 additions and 88 deletions
@@ -32,5 +32,9 @@
max-width: 100%;
min-width: 0;
gap: 5px;
line-height: normal;
> * {
line-height: inherit;
}
}
</style>