Tag tree fix for #64, validate required argument in exec-script

This commit is contained in:
2020-06-25 20:11:30 -04:00
parent d3c8928fe8
commit 8ffe780ab2
11 changed files with 70 additions and 19 deletions

View File

@@ -512,3 +512,7 @@ svg {
#graphs-card svg text {
fill: #eee;
}
.wholerow {
outline: none !important;
}

View File

@@ -375,3 +375,7 @@ mark {
float: right;
margin-bottom: 10px;
}
.wholerow {
outline: none !important;
}