Skip to content

Commit fa7a3c6

Browse files
committed
fix style
1 parent 863176d commit fa7a3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/actions/workflow_dispatch_inputs.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{if not .WorkflowDispatchConfig}}
2-
<div class="ui error message tw-flex tw-justify-between tw-items-center">
2+
<div class="ui error message tw-block">{{/* using "ui message" in "ui form" needs to force to display */}}
33
{{if not .CurWorkflowExists}}
44
{{ctx.Locale.Tr "actions.workflow.not_found" $.CurWorkflow}}
55
{{else}}

0 commit comments

Comments
 (0)