mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-11-04 01:23:01 +00:00 
			
		
		
		
	Testcase Widget: Fix placement of toolbar dropdown
This commit is contained in:
		@@ -15,7 +15,7 @@ title: $:/core/ui/testcases/DefaultTemplate
 | 
			
		||||
	<div class="tc-test-case-wrapper">
 | 
			
		||||
		<div class="tc-test-case-header">
 | 
			
		||||
			<h2>
 | 
			
		||||
				<$genesis $type={{{ [<linkTarget>!match[]then[$link]else[div]] }}} to=<<testcaseTiddler>>>
 | 
			
		||||
				<$genesis $type={{{ [<linkTarget>!match[]then[$link]else[span]] }}} to=<<testcaseTiddler>>>
 | 
			
		||||
					<%if [<testResult>!match[]] %>
 | 
			
		||||
						<span class={{{ tc-test-case-result-icon [<testResult>!match[fail]then[tc-test-case-result-icon-pass]] [<testResult>match[fail]then[tc-test-case-result-icon-fail]] +[join[ ]] }}}>
 | 
			
		||||
							<%if [<testResult>!match[fail]] %>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user