We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4231d2b commit 3d7f409Copy full SHA for 3d7f409
examples/chat/components/MessageList.js
@@ -13,7 +13,7 @@ const styles = {
13
content: {
14
display: 'flex',
15
flexDirection: 'column',
16
- justifyContent: 'flex-end',
+ justifyContent: 'center',
17
},
18
source: {
19
// Hack, but stops flexbox from stretching
examples/chat/package.json
@@ -16,7 +16,7 @@
"homepage": "https://github.com/grrowl/redux-scuttlebutt",
"dependencies": {
"babel-preset-stage-0": "^6.5.0",
- "primus": "^5.2.2",
+ "primus": "^6.0.0",
20
"react": "^0.14.7",
21
"react-dom": "^0.14.7",
22
"react-redux": "^4.2.1",
0 commit comments