mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-26 03:23:55 +03:00
Merge pull request #65 from bloodyowl/master
added flexDirection on menu items
This commit is contained in:
commit
2de7e8a953
|
@ -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