mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 17:46:56 +03:00
added flexDirection on menu items
as people may use a facebook/css-layout like reset that makes flexDirection default to "column"
This commit is contained in:
parent
d54bd2539c
commit
ba82a24101
|
@ -18,7 +18,8 @@ const styles = {
|
||||||
borderBottomStyle: 'solid',
|
borderBottomStyle: 'solid',
|
||||||
borderColor: 'transparent',
|
borderColor: 'transparent',
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
display: 'flex'
|
display: 'flex',
|
||||||
|
flexDirection: 'row'
|
||||||
},
|
},
|
||||||
elements: {
|
elements: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user