Skip to content

Commit 2de7e8a

Browse files
committed
Merge pull request #65 from bloodyowl/master
added flexDirection on menu items
2 parents 9df6e1a + ba82a24 commit 2de7e8a

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)