Fix up timeout, improve contrast on "show more", add responsive style
for extremely wide monitors
This commit is contained in:
parent
cc5c1e5feb
commit
7329fbd8a4
4 changed files with 34 additions and 5 deletions
|
@ -3,12 +3,15 @@ import PureRenderMixin from 'react-addons-pure-render-mixin';
|
|||
const style = {
|
||||
display: 'flex',
|
||||
flex: '1 1 auto',
|
||||
justifyContent: 'flex-start',
|
||||
overflowX: 'auto'
|
||||
};
|
||||
|
||||
const ColumnsArea = React.createClass({
|
||||
|
||||
propTypes: {
|
||||
children: React.PropTypes.node
|
||||
},
|
||||
|
||||
mixins: [PureRenderMixin],
|
||||
|
||||
render () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue