mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 08:14:50 +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
|
title: $:/core/ui/testcases/DefaultTemplate/Source
|
||||||
|
|
||||||
<pre><$testcase-view tiddler=<<currentTab>>/></pre>
|
|
||||||
<$list filter="[<testcaseInfo>jsonget[tiddlers],<currentTab>] -text -title +[limit[1]]" variable="ignore">
|
<$list filter="[<testcaseInfo>jsonget[tiddlers],<currentTab>] -text -title +[limit[1]]" variable="ignore">
|
||||||
<table>
|
<table class="tc-field-table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><th>Field</th><th>Value</th></tr>
|
<tr><th>Field</th><th>Value</th></tr>
|
||||||
<$list filter="[<testcaseInfo>jsonget[tiddlers],<currentTab>] -text -title" variable="fieldName">
|
<$list filter="[<testcaseInfo>jsonget[tiddlers],<currentTab>] -text -title" variable="fieldName">
|
||||||
@ -18,3 +17,4 @@ title: $:/core/ui/testcases/DefaultTemplate/Source
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</$list>
|
</$list>
|
||||||
|
<pre><$testcase-view tiddler=<<currentTab>>/></pre>
|
||||||
|
@ -3196,6 +3196,10 @@ select {
|
|||||||
min-width: 250px;
|
min-width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tc-testcase-source .tc-field-table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.tc-testcase-divider {
|
.tc-testcase-divider {
|
||||||
flex: 0 0 2%;
|
flex: 0 0 2%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user