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.
.slds-button-space-left
.slds-m-left_xx-small
1 parent a7218a2 commit b5009c9Copy full SHA for b5009c9
src/scripts/DropdownButton.tsx
@@ -213,7 +213,7 @@ export const DropdownButton = (props: DropdownButtonProps) => {
213
'slds-dropdown-trigger',
214
'slds-dropdown-trigger_click',
215
{
216
- 'slds-button-space-left': !grouped,
+ 'slds-m-left_xx-small': !grouped,
217
'slds-is-open': opened,
218
'react-slds-dropdown-opened': opened,
219
}
0 commit comments