Skip to content

Commit

Permalink
fix(editor): tweaked button size
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-bylund authored and krynble committed Jan 9, 2024
1 parent 055cc78 commit e505e9a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</div>
<div>
<n8n-button
size="large"
size="medium"
:type="debugButtonData.type"
:class="{
[$style.debugLink]: true,
Expand Down Expand Up @@ -111,7 +111,7 @@
>
<span class="retry-button">
<n8n-icon-button
size="large"
size="medium"
type="tertiary"
:title="$locale.baseText('executionsList.retryExecution')"
icon="redo"
Expand All @@ -133,7 +133,7 @@
<n8n-icon-button
:title="$locale.baseText('executionDetails.deleteExecution')"
icon="trash"
size="large"
size="medium"
type="tertiary"
data-test-id="execution-preview-delete-button"
@click="onDeleteExecution"
Expand Down

0 comments on commit e505e9a

Please sign in to comment.