We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863176d commit fa7a3c6Copy full SHA for fa7a3c6
templates/repo/actions/workflow_dispatch_inputs.tmpl
@@ -1,5 +1,5 @@
1
{{if not .WorkflowDispatchConfig}}
2
- <div class="ui error message tw-flex tw-justify-between tw-items-center">
+ <div class="ui error message tw-block">{{/* using "ui message" in "ui form" needs to force to display */}}
3
{{if not .CurWorkflowExists}}
4
{{ctx.Locale.Tr "actions.workflow.not_found" $.CurWorkflow}}
5
{{else}}
0 commit comments