mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:31:07 +08:00
resize error message in Controls addon in the addon panel
This commit is contained in:
parent
df1bf21d8c
commit
34964488b0
@ -11,7 +11,9 @@ interface ControlsParameters {
|
||||
|
||||
const NoControlsWrapper = styled.div(({ theme }) => ({
|
||||
background: theme.background.warning,
|
||||
padding: 20,
|
||||
padding: '10px 15px',
|
||||
lineHeight: '20px',
|
||||
boxShadow: `${theme.appBorderColor} 0 -1px 0 0 inset`,
|
||||
}));
|
||||
|
||||
const NoControlsWarning = () => (
|
||||
|
Loading…
x
Reference in New Issue
Block a user