Implemented datapoint delete
This commit is contained in:
parent
14ed83d227
commit
37f15c9f2a
6 changed files with 99 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#datapoints {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, min-content);
|
||||
grid-template-columns: repeat(5, min-content);
|
||||
grid-gap: 8px 16px;
|
||||
margin-top: 16px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue