mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): Increase icon sizes in parameters (no-changelog) (#16866)
This commit is contained in:
@@ -276,22 +276,22 @@ const trackWorkflowInputFieldAdded = () => {
|
||||
v-if="sortable"
|
||||
type="tertiary"
|
||||
text
|
||||
size="mini"
|
||||
size="small"
|
||||
icon="grip-vertical"
|
||||
:title="locale.baseText('fixedCollectionParameter.dragItem')"
|
||||
class="drag-handle"
|
||||
></N8nIconButton>
|
||||
/>
|
||||
</div>
|
||||
<div v-if="!isReadOnly" class="icon-button extra-top-padding">
|
||||
<N8nIconButton
|
||||
type="tertiary"
|
||||
text
|
||||
size="mini"
|
||||
size="small"
|
||||
icon="trash-2"
|
||||
data-test-id="fixed-collection-delete"
|
||||
:title="locale.baseText('fixedCollectionParameter.deleteItem')"
|
||||
@click="deleteOption(property.name, index)"
|
||||
></N8nIconButton>
|
||||
/>
|
||||
</div>
|
||||
<Suspense>
|
||||
<ParameterInputList
|
||||
|
||||
Reference in New Issue
Block a user