Remove datapoint from trigger
This commit is contained in:
parent
ac7ffcda23
commit
7990f1f419
5 changed files with 52 additions and 11 deletions
|
|
@ -19,9 +19,18 @@
|
|||
.datapoints {
|
||||
font: "Roboto Mono", monospace;
|
||||
display: grid;
|
||||
grid-template-columns: min-content 1fr;
|
||||
grid-template-columns: min-content min-content 1fr;
|
||||
gap: 6px 8px;
|
||||
margin-bottom: 8px;
|
||||
white-space: nowrap;
|
||||
|
||||
.invalid {
|
||||
color: #c83737;
|
||||
}
|
||||
|
||||
.delete img {
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.action {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue