fix(editor): Remove excess margin below run data editor (#7372)

https://n8nio.slack.com/archives/C03594NKD7W/p1696605203051309

<img width="581" alt="Capture 2023-10-06 at 17 48 51@2x"
src="https://github.com/n8n-io/n8n/assets/44588767/c00ecd2e-1f6b-4041-9854-1b6012513a5d">
This commit is contained in:
Iván Ovejero 2023-10-09 09:20:37 +02:00 committed by GitHub
parent 3e7a4d3b2c
commit 3fa27647d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1672,7 +1672,6 @@ export default defineComponent({
.editMode {
height: 100%;
max-height: calc(100% - var(--spacing-3xl));
display: flex;
flex-direction: column;
justify-content: stretch;