mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 03:41:06 +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 }>(
|
export const ActionButton = styled.button<{ disabled: boolean }>(
|
||||||
({ theme }) => ({
|
({ theme }) => ({
|
||||||
|
margin: 0,
|
||||||
border: '0 none',
|
border: '0 none',
|
||||||
padding: '4px 10px',
|
padding: '4px 10px',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user