Skip to content

Commit ba82a24

Browse files
committed
added flexDirection on menu items
as people may use a facebook/css-layout like reset that makes flexDirection default to "column"
1 parent d54bd25 commit ba82a24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/react/LogMonitor.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ const styles = {
1818
borderBottomStyle: 'solid',
1919
borderColor: 'transparent',
2020
zIndex: 1,
21-
display: 'flex'
21+
display: 'flex',
22+
flexDirection: 'row'
2223
},
2324
elements: {
2425
position: 'absolute',

0 commit comments

Comments
 (0)