mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Further implementation of script testing (e.g.,record-type scripts working); add logs to test script output
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user