We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2027870 commit 24bb9aeCopy full SHA for 24bb9ae
.changeset/soft-waves-invite.md
@@ -0,0 +1,5 @@
1
+---
2
+'@shopify/polaris': patch
3
4
+
5
+Fixed position of Bulk Action Checkbox
polaris-react/src/components/CheckableButton/CheckableButton.scss
@@ -85,9 +85,7 @@ $button-vertical-padding: calc(
85
pointer-events: none;
86
height: var(--p-choice-size);
87
width: var(--p-choice-size);
88
- margin-left: calc(
89
- -1 * ((var(--p-space-2) + var(--p-space-025))) - var(--p-control-border-width)
90
- ); // 1px accounts for border
+ margin-left: calc(-1 * (var(--p-space-2) + var(--p-space-025)));
91
}
92
93
.Label {
0 commit comments