mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 19:54:35 +03:00
Bump min width to 300
This commit is contained in:
parent
9ad4fb2a42
commit
cb355c371d
|
@ -22,7 +22,7 @@ export function getDefaultStyle(props) {
|
|||
bottom: bottom ? 0 : undefined,
|
||||
maxHeight: (bottom && top) ? '100%' : '20%',
|
||||
maxWidth: (left && right) ? '100%' : '20%',
|
||||
minWidth: 260,
|
||||
minWidth: 300,
|
||||
wordWrap: 'break-word',
|
||||
boxSizing: 'border-box'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user