1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 18:00:37 +03:00

Bump min width to 300

This commit is contained in:
Nic Aitch 2015-08-11 21:57:40 -05:00
parent 9ad4fb2a42
commit cb355c371d

View File

@ -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'
};