Further implementation of script testing (e.g.,record-type scripts working); add logs to test script output

This commit is contained in:
2023-03-09 18:19:02 -06:00
parent e2a3b40145
commit dff7c972bf
8 changed files with 138 additions and 26 deletions

View File

@ -366,4 +366,16 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
top: 30px !important;
height: calc(100vh - 60px) !important;
z-index: 1300 !important;
}
}
.scriptTestForm TEXTAREA
{
resize: vertical !important;
}
.scriptTestForm .scriptLogLines TD,
.scriptTestForm .scriptLogLines TH
{
padding-left: 0;
padding-right: 0;
}