Skip to content

Commit f8f6f32

Browse files
authored
fix(batch-actions): placeholder position matches other banners (cadence-workflow#1421)
## What changed Batch actions placeholder was in a div that made it stick to the top. Now it is matching to other panels like Archival. <img width="1710" height="1125" alt="image" src="https://github.com/user-attachments/assets/d62fc24d-ca5a-408d-945b-a327a269eaef" />
1 parent 6908cf9 commit f8f6f32

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/views/domain-batch-actions/domain-batch-actions.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,7 @@ function DomainBatchActionsContent(props: DomainPageTabContentProps) {
169169

170170
if (batchActions.length === 0 && !isDraftOpen) {
171171
return (
172-
<styled.Container>
173-
<styled.DetailPanel>
174-
<DomainBatchActionsNoActionsPlaceholder
175-
onCreateNew={handleCreateNew}
176-
/>
177-
</styled.DetailPanel>
178-
</styled.Container>
172+
<DomainBatchActionsNoActionsPlaceholder onCreateNew={handleCreateNew} />
179173
);
180174
}
181175

0 commit comments

Comments
 (0)