Skip to content

Commit 3f39635

Browse files
committed
fix: Add negative margin to add cards
1 parent 92f7200 commit 3f39635

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/generic/sidebar/BlockCardButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const BlockCardButton = ({
4747
<div data-testid={`${blockType}-collapsible`}>
4848
<Collapsible
4949
styling="card-lg"
50-
className="mx-2 font-weight-bold shadow pl-1 rounded"
50+
className="mx-n2 font-weight-bold shadow pl-1 rounded"
5151
title={titleComponent}
5252
>
5353
<Stack direction="horizontal" className="d-flex flex-wrap" gap={2}>
@@ -65,7 +65,7 @@ export const BlockCardButton = ({
6565
return (
6666
<Button
6767
variant="tertiary"
68-
className="mx-2 shadow border justify-content-between pl-4 font-weight-bold"
68+
className="mx-n2 shadow border justify-content-between pl-4 font-weight-bold"
6969
onClick={onClick}
7070
disabled={disabled}
7171
>

0 commit comments

Comments
 (0)