mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
remove xl size
This commit is contained in:
parent
fa516821f4
commit
443950c519
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
<DataDisplay @valueChanged="valueChanged"/>
|
||||
<div v-if="!createNodeActive && !isReadOnly" class="node-creator-button" title="Add Node" @click="openNodeCreator">
|
||||
<n8n-icon-button size="xl" icon="plus" />
|
||||
<n8n-icon-button size="lg" icon="plus" />
|
||||
</div>
|
||||
<node-creator
|
||||
:active="createNodeActive"
|
||||
|
|
Loading…
Reference in a new issue