fix(editor): Fix resource mapper component being truncated (#7664)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Elias Meire 2023-11-10 10:43:47 +01:00 committed by GitHub
parent f73a0597ba
commit 00dff50140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -1082,6 +1082,7 @@ export default defineComponent({
.node-parameters-wrapper {
overflow-y: auto;
padding: 0 var(--spacing-m) 200px var(--spacing-m);
flex-grow: 1;
}
&.dragging {

View file

@ -1,7 +1,6 @@
<template>
<n8n-popover
placement="bottom"
:teleported="false"
:width="width"
:popper-class="$style.popover"
:visible="show"