mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-29 13:03:55 +03:00
fix: maxWidth → width
This commit is contained in:
parent
1975e0f177
commit
55f70550b6
|
@ -20,7 +20,7 @@ export function getDefaultStyle(props) {
|
||||||
top: top ? 0 : undefined,
|
top: top ? 0 : undefined,
|
||||||
bottom: bottom ? 0 : undefined,
|
bottom: bottom ? 0 : undefined,
|
||||||
maxHeight: (bottom && top) ? '100%' : '20%',
|
maxHeight: (bottom && top) ? '100%' : '20%',
|
||||||
maxWidth: (left && right) ? '100%' : '25%',
|
width: (left && right) ? '100%' : '25%',
|
||||||
wordWrap: 'break-word'
|
wordWrap: 'break-word'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user