Implemented datapoint delete

This commit is contained in:
Magnus Åhall 2024-05-02 08:59:55 +02:00
parent e549e18d44
commit baeeced87b
6 changed files with 99 additions and 5 deletions

View file

@ -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;
}