feat(editor): Clean up lead enrichment experiment (no-changelog) (#9572)

This commit is contained in:
Tomi Turtiainen
2024-06-03 10:35:55 +03:00
committed by GitHub
parent 99c15a0fd8
commit 09472fb9ee
17 changed files with 46 additions and 1263 deletions

View File

@@ -193,9 +193,6 @@ function onScroll() {
</div>
</div>
</div>
<div class="post-list-container">
<slot name="postListContent" />
</div>
</div>
</template>
@@ -223,7 +220,4 @@ function onScroll() {
position: relative;
width: 100%;
}
.post-list-container {
margin-top: var(--spacing-3xl);
}
</style>

View File

@@ -9,6 +9,5 @@ exports[`components > N8nRecycleScroller > should render correctly 1`] = `
<div class="recycle-scroller-item"></div>
</div>
</div>
<div class="post-list-container"></div>
</div>"
`;