mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-03-23 11:04:15 +03:00
Add box shadow to DebugPanel for depth
This commit is contained in:
parent
c4fa25940a
commit
540e9e506c
|
@ -24,7 +24,8 @@ export function getDefaultStyle(props) {
|
||||||
maxWidth: (left && right) ? '100%' : '20%',
|
maxWidth: (left && right) ? '100%' : '20%',
|
||||||
minWidth: 300,
|
minWidth: 300,
|
||||||
wordWrap: 'break-word',
|
wordWrap: 'break-word',
|
||||||
boxSizing: 'border-box'
|
boxSizing: 'border-box',
|
||||||
|
boxShadow: '-2px 0 7px 0 rgba(0, 0, 0, 0.5)'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user