We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f7200 commit 3f39635Copy full SHA for 3f39635
1 file changed
src/generic/sidebar/BlockCardButton.tsx
@@ -47,7 +47,7 @@ export const BlockCardButton = ({
47
<div data-testid={`${blockType}-collapsible`}>
48
<Collapsible
49
styling="card-lg"
50
- className="mx-2 font-weight-bold shadow pl-1 rounded"
+ className="mx-n2 font-weight-bold shadow pl-1 rounded"
51
title={titleComponent}
52
>
53
<Stack direction="horizontal" className="d-flex flex-wrap" gap={2}>
@@ -65,7 +65,7 @@ export const BlockCardButton = ({
65
return (
66
<Button
67
variant="tertiary"
68
- className="mx-2 shadow border justify-content-between pl-4 font-weight-bold"
+ className="mx-n2 shadow border justify-content-between pl-4 font-weight-bold"
69
onClick={onClick}
70
disabled={disabled}
71
0 commit comments