mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
fix button is out of position from the safari.
This commit is contained in:
parent
167fb9eef8
commit
2770bfa55b
@ -14,6 +14,7 @@ const Container = styled.div<{}>(({ theme }) => ({
|
||||
|
||||
export const ActionButton = styled.button<{ disabled: boolean }>(
|
||||
({ theme }) => ({
|
||||
margin: 0,
|
||||
border: '0 none',
|
||||
padding: '4px 10px',
|
||||
cursor: 'pointer',
|
||||
|
Loading…
x
Reference in New Issue
Block a user