mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +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',
|
||||
borderColor: 'transparent',
|
||||
zIndex: 1,
|
||||
display: 'flex'
|
||||
display: 'flex',
|
||||
flexDirection: 'row'
|
||||
},
|
||||
elements: {
|
||||
position: 'absolute',
|
||||
|
|
Loading…
Reference in New Issue
Block a user