1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 08:20:46 +00:00

Default test case template tweaks

This commit is contained in:
jeremy@jermolene.com 2023-04-17 11:47:45 +01:00
parent 683ec33004
commit 1bc06622b2
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,7 @@
title: $:/core/ui/testcases/DefaultTemplate/Source
<pre><$testcase-view tiddler=<<currentTab>>/></pre>
<$list filter="[<testcaseInfo>jsonget[tiddlers],<currentTab>] -text -title +[limit[1]]" variable="ignore">
<table>
<table class="tc-field-table">
<tbody>
<tr><th>Field</th><th>Value</th></tr>
<$list filter="[<testcaseInfo>jsonget[tiddlers],<currentTab>] -text -title" variable="fieldName">
@ -17,4 +16,5 @@ title: $:/core/ui/testcases/DefaultTemplate/Source
</$list>
</tbody>
</table>
</$list>
</$list>
<pre><$testcase-view tiddler=<<currentTab>>/></pre>

View File

@ -3196,6 +3196,10 @@ select {
min-width: 250px;
}
.tc-testcase-source .tc-field-table {
width: 100%;
}
.tc-testcase-divider {
flex: 0 0 2%;
}