mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 00:04:51 +00:00
Default test case template tweaks
This commit is contained in:
parent
683ec33004
commit
1bc06622b2
@ -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>
|
||||
|
@ -3196,6 +3196,10 @@ select {
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
.tc-testcase-source .tc-field-table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tc-testcase-divider {
|
||||
flex: 0 0 2%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user