Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
fix(splitbutton): increase padding on right side of split buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-joe authored and varl committed Jan 30, 2020
1 parent 02cb546 commit 87b4e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SplitButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { buttonVariantPropType, sizePropType } from './common-prop-types.js'

const rightButton = css.resolve`
button {
padding: 0 ${spacers.dp8};
padding: 0 ${spacers.dp12};
}
`

Expand Down

0 comments on commit 87b4e7b

Please sign in to comment.