Skip to content

Commit

Permalink
fix(editor): workflow settings link font size change (no-changelog) (#…
Browse files Browse the repository at this point in the history
…4511)

💄 Updating `Workflow settings` link font size in executions view
  • Loading branch information
MiloradFilipovic authored Nov 2, 2022
1 parent b0df810 commit 721ef26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<n8n-link @click.prevent="onSaveWorkflowClick">{{ $locale.baseText('executionsLandingPage.emptyState.accordion.footer.tooltipLink') }}</n8n-link>
{{ $locale.baseText('executionsLandingPage.emptyState.accordion.footer.tooltipText') }}
</div>
<n8n-link @click.prevent="openWorkflowSettings" :class="{[$style.disabled]: isNewWorkflow}">
<n8n-link @click.prevent="openWorkflowSettings" :class="{[$style.disabled]: isNewWorkflow}" size="small">
{{ $locale.baseText('executionsLandingPage.emptyState.accordion.footer.settingsLink') }}
</n8n-link>
</n8n-tooltip>
Expand Down

0 comments on commit 721ef26

Please sign in to comment.