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 0c0ed93 commit c63d455Copy full SHA for c63d455
polaris-react/src/components/BulkActions/BulkActions.scss
@@ -69,7 +69,7 @@ $bulk-actions-button-stacking-order: (
69
max-width: 100%;
70
71
@media #{$p-breakpoints-sm-down} {
72
- // stylelint-disable-next-line selector-max-combinators, selector-max-type -- update button spacing on small screens
+ // stylelint-disable-next-line selector-max-combinators, selector-max-type -- the first item of button group on small screen needs to fill the space
73
> div > div:first-child {
74
flex: 1 1 auto;
75
}
0 commit comments