Implemented datapoint delete
This commit is contained in:
parent
e549e18d44
commit
baeeced87b
6 changed files with 99 additions and 5 deletions
|
|
@ -99,7 +99,7 @@ label {
|
|||
}
|
||||
#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