feat(editor): Clean up lead enrichment experiment (no-changelog) (#9572)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>"
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user