fix(editor): Fix square button layout (no-changelog) (#14671)

Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
This commit is contained in:
Raúl Gómez Morales
2025-04-17 19:46:53 +02:00
committed by GitHub
parent e6f26b895d
commit e1632348f2
6 changed files with 29 additions and 17 deletions

View File

@@ -137,9 +137,7 @@ exports[`InputPanel > should render 1`] = `
>
<!--v-if-->
<span>
Cancel
</span>
</button>
<button
@@ -149,9 +147,7 @@ exports[`InputPanel > should render 1`] = `
>
<!--v-if-->
<span>
Save
</span>
</button>
</div>

View File

@@ -2820,9 +2820,7 @@ exports[`VirtualSchema.vue > renders schema with spaces and dots 1`] = `
>
<!--v-if-->
<span>
Execute previous nodes
</span>
</button>
<!--teleport start-->