mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
Fix alignment of control reset button
This commit is contained in:
parent
f1c3ba756b
commit
d150f889f7
@ -60,11 +60,8 @@ export const TableWrapper = styled.table<{ compact?: boolean; inAddonPanel?: boo
|
||||
: transparentize(0.45, theme.color.defaultText),
|
||||
paddingTop: 10,
|
||||
paddingBottom: 10,
|
||||
|
||||
'&:not(:first-of-type)': {
|
||||
paddingLeft: 15,
|
||||
paddingRight: 15,
|
||||
},
|
||||
paddingLeft: 15,
|
||||
paddingRight: 15,
|
||||
},
|
||||
|
||||
td: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user